Skip to content

Commit

Permalink
Fix not-teen? test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilmari Vacklin committed May 20, 2012
1 parent f23761a commit 4f3021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/i_am_a_horse_in_the_land_of_booleans_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
(not-teen? 25) => true
(not-teen? 12) => true
(not-teen? 19) => false
(not-teen? 20) => false)
(not-teen? 20) => true)

0 comments on commit 4f3021c

Please sign in to comment.