Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. FAIL in (does-neighborhood-file-exist) (core_test.clj:26)
  2. Failed to find the neighborhood file.
  3. expected: (true? (map (fn* [p1__229#] (.exists (clojure.java.io/as-file p1__229#))) (quote ("data/gr_neighborhoods.txt"))))
  4. actual: (not (true? (true)))
  5.  
  6. ==================
  7.  
  8. FAIL in (does-neighborhood-file-exist) (core_test.clj:26)
  9. Failed to find the neighborhood file.
  10. expected: (true? (map (fn* [p1__229#] (.exists (clojure.java.io/as-file p1__229#))) (quote ("data/gr_neighborhoods.txt"))))
  11. actual: (not (true? (true)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement