Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 4, 2024
1 parent 45f6700 commit 022a956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void testInvalidSubclassOfModFile() throws Exception {

var result = launch("forgeclient");
assertThat(result.issues()).extracting(ModLoadingIssue::toString).allMatch(
msg -> msg.startsWith("ERROR: fml.modloading.technical_error, Unexpected IModFile subclass:"));
msg -> msg.startsWith("ERROR: A technical error occurred during mod loading: Unexpected IModFile subclass:"));
}
}

Expand Down

0 comments on commit 022a956

Please sign in to comment.