Skip to content

Instantly share code, notes, and snippets.

@ninjudd
Created June 3, 2013 04:37
Show Gist options
  • Save ninjudd/5696138 to your computer and use it in GitHub Desktop.
Save ninjudd/5696138 to your computer and use it in GitHub Desktop.
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