We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebcd28 commit 1ab76b9Copy full SHA for 1ab76b9
1 file changed
tests/005.simba
@@ -43,7 +43,7 @@ begin
43
// Test deposit buttons - should have 3 buttons (WORN, LOOT, INVENTORY)
44
Assert(Length(DepositBox.DepositButtons) = 3);
45
46
- // Test that ISlots can count items in deposit box
47
- Assert(DepositBox.ISlots.Count() > 0);
+ // Test that Slots can count items in deposit box
+ Assert(DepositBox.Slots.Count() > 0);
48
end;
49
0 commit comments