Skip to content

Commit 44a272d

Browse files
test(settings): fix typo in test class name
1 parent 8a06bdd commit 44a272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_generator/tests/settings/test_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414

1515

16-
class TestCheckNotificationSettings:
16+
class TestCheckDataGeneratorSettings:
1717
@patch("data_generator.settings.check.config")
1818
def test_valid_settings(self, mock_config: MagicMock) -> None:
1919
"""

0 commit comments

Comments
 (0)