Skip to content

Commit 42bf860

Browse files
committed
Back to success
1 parent 6eb77f9 commit 42bf860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/aztech/modern_industrialization/test/FluidPipeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void testDoublePipeThroughput(MIGameTestHelper helper) {
6969
helper.startSequence()
7070
.thenIdle(1)
7171
.thenExecute(() -> {
72-
helper.assertFluid(new BlockPos(2, 1, 0), Fluids.WATER, 1000);
72+
helper.assertFluid(new BlockPos(2, 1, 0), Fluids.WATER, 2000);
7373
})
7474
.thenSucceed();
7575
}

0 commit comments

Comments
 (0)