Fixed tests

This commit is contained in:
Anuken 2025-10-26 10:47:36 -04:00
parent 50e2b828f7
commit b34ceae965
2 changed files with 9 additions and 7 deletions

View file

@ -244,7 +244,7 @@ public class PatcherTests{
unit.dagger.frogs: 10
"""));
assertEquals(1, Vars.state.patcher.patches.first().warnings.size);
assertEquals(2, Vars.state.patcher.patches.first().warnings.size);
}
@Test