Skip to content

Commit

Permalink
Try to fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Dec 26, 2024
1 parent fcac7a9 commit 6eb77f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testDoublePipeThroughput(MIGameTestHelper helper) {
helper.startSequence()
.thenIdle(1)
.thenExecute(() -> {
helper.assertFluid(new BlockPos(2, 1, 0), Fluids.WATER, 2000);
helper.assertFluid(new BlockPos(2, 1, 0), Fluids.WATER, 1000);
})
.thenSucceed();
}
Expand Down

0 comments on commit 6eb77f9

Please sign in to comment.