Skip to content
Snippets Groups Projects
Commit f63240df authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Add forgotten space:drop()

parent 706997e4
No related branches found
No related tags found
No related merge requests found
......@@ -271,3 +271,6 @@ test_box_fiber_info();
---
- box.fiber.info() is ok
...
box.space[0]:drop();
---
...
......@@ -163,3 +163,4 @@ end;
test_box_info();
test_box_slab_info();
test_box_fiber_info();
box.space[0]:drop();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment