mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 20:37:30 -04: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.anaylze(loadLog("/logs/mod_resolution_collection.txt")),
|
||||||
CrashReportAnalyzer.Rule.MOD_RESOLUTION_COLLECTION);
|
CrashReportAnalyzer.Rule.MOD_RESOLUTION_COLLECTION);
|
||||||
Assert.assertEquals("tabtps-fabric", result.getMatcher().group("sourcemod"));
|
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
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user