spelling: settings

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:04:48 -04:00
committed by Jindra Petřík
parent ce306459c5
commit 95dfac7cc5

View File

@@ -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);
}