Skip to content

Commit 4af5a0f

Browse files
Format tests
1 parent 79a8f34 commit 4af5a0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addons/inventory-system-demos/tests/inventory_tests.gd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func init_suite() -> void:
1818
"test_has_space_item",
1919
]
2020

21+
2122
func cleanup_test() -> void:
2223
inventory1.clear()
2324
inventory2.clear()
@@ -28,8 +29,6 @@ func test_size() -> void:
2829
assert(inventory1.stacks.size() == 1)
2930
assert(inventory1.remove(item) == 0)
3031
assert(inventory1.stacks.size() == 0)
31-
32-
3332

3433

3534
func test_add_remove() -> void:

0 commit comments

Comments
 (0)