Skip to content

Commit

Permalink
Update src/test/java/io/github/thebusybiscuit/slimefun4/core/services…
Browse files Browse the repository at this point in the history
…/localization/TestColorCodes.java

Co-authored-by: JustAHuman-xD <[email protected]>
  • Loading branch information
WalshyDev and JustAHuman-xD authored Sep 11, 2024
1 parent 283a896 commit 2082304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class TestColorCodes extends AbstractLocaleRegexChecker {
void testSpelling(LanguagePreset lang, LanguageFile file) throws IOException, InvalidConfigurationException {
FileConfiguration config = readLanguageFile(lang, file);
if (config == null) {
return;
return;
}
assertNoRegexMatchesForAllEntries(lang, file, config);
}
Expand Down

0 comments on commit 2082304

Please sign in to comment.