Skip to content

Commit 13157c0

Browse files
committed
Oh look ma - the linter didn't like the change made to appease the formatter, or was it the other way round...
1 parent ffc3d86 commit 13157c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script_umdp3_checker/tests/test_umdp3_conformance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def test_conformance_checker_print_results_volume4_prints_error_details(
532532

533533
cc = ConformanceChecker([])
534534
cc.results = [
535-
CheckResult("bad.py", tests_failed=1, all_passed=False, test_results=[fail_tr]) # type: ignore
535+
CheckResult("bad.py", tests_failed=1, all_passed=False, test_results=[fail_tr]) # type: ignore
536536
]
537537

538538
cc.print_results(print_volume=4, quiet_pass=True)

0 commit comments

Comments
 (0)