Skip to content

Commit

Permalink
Use bare client settings filename in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleet01 committed Mar 7, 2024
1 parent fbd958a commit 6a61e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void testSaveFilterAllowsValidCampaignSaves(){

@Test
void testSaveFilterNotAllowClientSettingsXML(){
String fileName = PreferenceManager.DEFAULT_CFG_FILE_NAME.toLowerCase();
String fileName = PreferenceManager.DEFAULT_CFG_FILE_NAME;
boolean allowed = StartupScreenPanel.saveFilter.accept(dir, fileName);
assertFalse(allowed);
}
Expand Down

0 comments on commit 6a61e61

Please sign in to comment.