Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created October 14, 2011 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalloy/1627b97401686c72136b to your computer and use it in GitHub Desktop.
Save amalloy/1627b97401686c72136b to your computer and use it in GitHub Desktop.
FAIL! in graph_test.clj:36
Updates see previous writes
expected:
(= {:age 22, :edges {"carla" {:rel :mom}}} (get-node (rev 2) "charles"))
actual:
{:age
- 18
+ 22
, :edges {"carla" {:rel :mom}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment