Skip to content

Instantly share code, notes, and snippets.

@orb
Created April 2, 2014 18:11
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 orb/9939794 to your computer and use it in GitHub Desktop.
Save orb/9939794 to your computer and use it in GitHub Desktop.
Infortunately I am unable at accept this pull request because it fails one of my unit tests.
test.job> (fact "job is in the correct city"
(let [job {:company "Amazon" :location :seattle}]
(:location job) => :austin))
FAIL "job is in the correct city" at (form-init8310622436901647370.clj:3)
Expected: :austin
Actual: :seattle
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment