mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-03-07 17:36:52 +08:00
fix: test.
This commit is contained in:
parent
7973179ddf
commit
c9a73a366d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user