Skip to content

Commit

Permalink
Expect the right face property in another test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinic committed Nov 29, 2024
1 parent 4985d5e commit 55395e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.el
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
(should (string-equal " [test: foo]\nbar baz\n\n [test: foo]\ncorge\n\n"
(buffer-string)))
(should (equal (get-text-property (point-min) 'face)
'(:strike-through t)))))))
ednc-dismissed-face))))))

;; Test ednc-invoke-action:
(ert-deftest ednc--invoke-default-action-test ()
Expand Down

0 comments on commit 55395e4

Please sign in to comment.