Skip to content

Commit 33dab1c

Browse files
author
Bytekeeper
committed
Reverted test.
1 parent 0e0d1a0 commit 33dab1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/bk/ass/SimulatorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,12 +414,12 @@ void _5MutaVs1Bunker() {
414414
}
415415

416416
@Test
417-
void _7MutasVs8Hydras() {
417+
void _7MutasVs9Hydras() {
418418
// GIVEN
419419
for (int i = 0; i < 7; i++) {
420420
simulator.addAgentA(factory.of(UnitType.Zerg_Mutalisk));
421421
}
422-
for (int i = 0; i < 8; i++) {
422+
for (int i = 0; i < 9; i++) {
423423
simulator.addAgentB(factory.of(UnitType.Zerg_Hydralisk));
424424
}
425425

0 commit comments

Comments
 (0)