Skip to content

Commit

Permalink
Making tests read a bit better.
Browse files Browse the repository at this point in the history
  • Loading branch information
bishboria committed Dec 17, 2011
1 parent dec9988 commit 73b86fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/test-framework.scm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(list '. '. '(expected (= 1 2) to be #t but is #f)))
(fact (specify
(fact 'b 'a))
(list '(expected b to be a but is b)))
'((expected b to be a but is b)))
(fact (specify
(fact '(c d) '(a b)))
(list '(expected (quote (c d)) to be (a b) but is (c d)))))
'((expected (quote (c d)) to be (a b) but is (c d)))))

0 comments on commit 73b86fd

Please sign in to comment.