Still figuring out ert as I go

This commit is contained in:
Carlo Sciolla 2019-05-31 10:46:38 +02:00
parent 676888feb0
commit 471c7e5bc3
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
(ert-deftest plantuml-config-test/set-exec-mode-wrong-mode ()
"Test setting the exec mode with the wrong text"
:expected-result :failed
(plantuml-set-exec-mode "turing-machine"))
(should-error (plantuml-set-exec-mode "turing-machine")))
(provide 'plantuml-mode-config-test)