Skip to content

Commit

Permalink
Test the dummy function.
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Apr 11, 2018
1 parent 1a491e6 commit f6addb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/ava-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
;;; Code:
(ert-deftest ava/first-test ()
"A simple first test."
(should (equal (pp-to-string '(quote quote)) "'quote"))
(should (equal (pp-to-string '((quote a) (quote b))) "('a 'b)\n"))
(should (equal (pp-to-string '('a 'b)) "('a 'b)\n")))
(should (equal (ava/add 1 1) 2)))

(provide 'ava-test)
;;; ava-test.el ends here

0 comments on commit f6addb4

Please sign in to comment.