Skip to content

Commit

Permalink
chore: self review
Browse files Browse the repository at this point in the history
  • Loading branch information
ivixvi committed Jan 4, 2025
1 parent 68458c9 commit 28ecf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:greeting))
(in-package :greeting/tests)

(rove:deftest test-hello1
(rove:deftest test-hello
(testing "hello common lisp"
(ok (string= (greeting:hello "common lisp") "Hello common lisp!"))))

Expand Down

0 comments on commit 28ecf22

Please sign in to comment.