fix: test.

This commit is contained in:
huanghongxun 2021-10-13 02:39:25 +08:00
parent 7973179ddf
commit c9a73a366d

View File

@ -76,7 +76,7 @@ public class CrashReportAnalyzerTest {
CrashReportAnalyzer.anaylze(loadLog("/logs/mod_resolution_collection.txt")),
CrashReportAnalyzer.Rule.MOD_RESOLUTION_COLLECTION);
Assert.assertEquals("tabtps-fabric", result.getMatcher().group("sourcemod"));
Assert.assertEquals("{fabricloader @ [>=0.11.1]", result.getMatcher().group("destmod"));
Assert.assertEquals("{fabricloader @ [>=0.11.1]}", result.getMatcher().group("destmod"));
}
@Test