We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4072a3d commit aa9f174Copy full SHA for aa9f174
src/test/java/net/seesharpsoft/intellij/plugins/csv/settings/CsvEditorSettingsProviderTest.java
@@ -130,6 +130,7 @@ public void testApply() throws ConfigurationException {
130
editorSettingsPanel.apply();
131
132
CsvEditorSettings.OptionSet freshOptionSet = new CsvEditorSettings.OptionSet();
133
+ freshOptionSet.init();
134
135
assertEquals(false, editorSettingsPanel.isModified());
136
assertEquals(freshOptionSet.CARET_ROW_SHOWN, csvEditorSettings.isCaretRowShown());
0 commit comments