Skip to content

Commit 1ab76b9

Browse files
committed
fix(tests): deposit box test
1 parent 9ebcd28 commit 1ab76b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/005.simba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ begin
4343
// Test deposit buttons - should have 3 buttons (WORN, LOOT, INVENTORY)
4444
Assert(Length(DepositBox.DepositButtons) = 3);
4545

46-
// Test that ISlots can count items in deposit box
47-
Assert(DepositBox.ISlots.Count() > 0);
46+
// Test that Slots can count items in deposit box
47+
Assert(DepositBox.Slots.Count() > 0);
4848
end;
4949
end;

0 commit comments

Comments
 (0)