Skip to content

Commit aa9f174

Browse files
committed
Fix test
1 parent 4072a3d commit aa9f174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/net/seesharpsoft/intellij/plugins/csv/settings/CsvEditorSettingsProviderTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public void testApply() throws ConfigurationException {
130130
editorSettingsPanel.apply();
131131

132132
CsvEditorSettings.OptionSet freshOptionSet = new CsvEditorSettings.OptionSet();
133+
freshOptionSet.init();
133134

134135
assertEquals(false, editorSettingsPanel.isModified());
135136
assertEquals(freshOptionSet.CARET_ROW_SHOWN, csvEditorSettings.isCaretRowShown());

0 commit comments

Comments
 (0)