Skip to content

Commit

Permalink
Stay within line length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Feb 23, 2025
1 parent 4b6e5e6 commit dacd87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elisp/private/tools/ert-runner.el
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ TESTBRIDGE_TEST_ONLY environmental variable as test selector."
(expected (ert-test-result-expected-p test result))
(failed
(and (not expected)
;; A test that passed unexpectedly should count as failed
;; for the XML report.
;; A test that passed unexpectedly should count as
;; failed for the XML report.
(ert-test-result-type-p result '(or :passed :failed))))
(status (ert-string-for-test-result result expected))
(tag nil)
Expand Down

0 comments on commit dacd87a

Please sign in to comment.