Skip to content

Commit

Permalink
renaming test for TestCaseGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Nov 3, 2023
1 parent 54feef0 commit ae8e362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def create_test_case_generator() -> TestCaseGenerator:
return tests


class TestTestSuiteFactory(unittest.TestCase):
class TestTestCaseGenerator(unittest.TestCase):
"""Testing Test Suite Factory functionality."""

def test_factory_creation(self):
Expand Down

0 comments on commit ae8e362

Please sign in to comment.