Skip to content

Commit d8dd14d

Browse files
committed
formatter
1 parent bb982cb commit d8dd14d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,7 @@ def get_test_details(_test: unittest.TestCase) -> TestsInFile | None:
518518
else:
519519
test_type = TestType.EXISTING_UNIT_TEST
520520
return TestsInFile(
521-
test_file=_test_module_path,
522-
test_function=_test_function,
523-
test_type=test_type,
524-
test_class=_test_suite_name,
521+
test_file=_test_module_path, test_function=_test_function, test_type=test_type, test_class=_test_suite_name
525522
)
526523

527524
for _test_suite in tests._tests:

0 commit comments

Comments
 (0)