Skip to content

Commit

Permalink
Add delay to .give test for more consistent results
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 4, 2025
1 parent 14b7426 commit ca0dc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/wurstclient/test/GiveCmdTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static void testGiveCmd()
{
System.out.println("Testing .give command");
runWurstCommand("give diamond");
waitForWorldTicks(1);
assertOneItemInSlot(0, Items.DIAMOND);

// Clean up
Expand Down

0 comments on commit ca0dc99

Please sign in to comment.