Skip to content

Commit

Permalink
Life sucks. Then you die.
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Oct 11, 2011
1 parent c9637f1 commit 212eabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/behaviors/t_protocols.clj
Expand Up @@ -4,7 +4,7 @@
(:use [midje sweet test-util]
[midje.open-protocols]
behaviors.t-protocols-support)
(:import behaviors.t-protocols-support.OutsideNSFakeableRecord))
(:import behaviors.t_protocols_support.OutsideNSFakeableRecord))

(fact "Imported record functions can be faked when called from outside"
(let [rec (OutsideNSFakeableRecord. 1 3)]
Expand Down

0 comments on commit 212eabb

Please sign in to comment.