Skip to content

Commit

Permalink
. d updated markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 26, 2025
1 parent 98344fb commit dda299b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_fileapprover.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,12 @@ def test_failed_comparison_is_logged(self):

def run_a_failing_test(self, extension):
try:
verify("a", options=Options().for_file.with_extension(extension).with_reporter(ReportQuietly()))
verify(
"a",
options=Options()
.for_file.with_extension(extension)
.with_reporter(ReportQuietly()),
)
self.fail("expected to fail")
except:
pass

0 comments on commit dda299b

Please sign in to comment.