spelling: settings

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent ce306459c5
commit 95dfac7cc5
@@ -28,7 +28,7 @@ import org.testng.annotations.Test;
public class AdvancedSettingsTest {
@Test
public void testAdvancedSettginsDialog() {
public void testAdvancedSettingsDialog() {
ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(AdvancedSettingsDialog.class));
AdvancedSettingsDialog.getCategories("", "", new HashMap<>(), new HashMap<>(), "", new HashMap<>(), new HashMap<>(), new HashMap<>(), new HashMap<>(), new JComboBox<>(), resourceBundle);
}