Skip to content

Commit

Permalink
Expect empty handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Dec 12, 2023
1 parent 44a3c29 commit 89d2c10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public static void testCauldronCapability(ExtendedGameTestHelper helper) {
helper.assertTrue(wrapper.drain(new FluidStack(Fluids.WATER, 1000), EXECUTE).equals(new FluidStack(Fluids.WATER, 1000)), "Expected drain of 1000 water");

helper.assertBlockPresent(Blocks.CAULDRON, cauldronPos);
helper.assertTrue(wrapper.getFluidInTank(0).isEmpty(), "Expected empty handler");

// Try lava cauldron
helper.setBlock(cauldronPos, Blocks.LAVA_CAULDRON);
Expand Down

0 comments on commit 89d2c10

Please sign in to comment.