Created
June 3, 2013 04:37
-
-
Save ninjudd/5696138 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lein test flatland.phonograph-test | |
lein test :only flatland.phonograph-test/below-density | |
FAIL in (below-density) (phonograph_test.clj:92) | |
expected: (= 20 (:until r)) | |
actual: (not (= 20 15)) | |
lein test :only flatland.phonograph-test/below-density | |
FAIL in (below-density) (phonograph_test.clj:94) | |
expected: (= (quote (100)) (:values r)) | |
actual: (not (= (100) (0.0 nil nil nil nil nil nil nil nil nil))) | |
Ran 5 tests containing 111 assertions. | |
2 failures, 0 errors. | |
Tests failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment