diff --git a/test/blind/core.clj b/test/blind/core.clj index 26bbadd..45fccd4 100644 --- a/test/blind/core.clj +++ b/test/blind/core.clj @@ -42,7 +42,7 @@ (deftest read-ratio (is (== 4/2 (read-string "4/2"))) - (is (== +4/2 (read-string "+4/2"))) + (is (== 4/2 (read-string "+4/2"))) (is (== -4/2 (read-string "-4/2")))) (deftest read-keyword