Skip to content

Commit

Permalink
Fix Expecto reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fbehrens committed Dec 13, 2016
1 parent 13c24f1 commit aa2b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unquote/Assertions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module Internal =
if assemblies |> Seq.exists (fun a -> a.GetName().Name = "Fuchu") then
yield Fuchu (Type.GetType("Fuchu.AssertException, Fuchu"))
elif assemblies |> Seq.exists (fun a -> a.GetName().Name = "Expecto") then
yield Fuchu (Type.GetType("Expecto.AssertException, Expecto"))
yield Expecto (Type.GetType("Expecto.AssertException, Expecto"))
else
yield Fsi

Expand Down

0 comments on commit aa2b810

Please sign in to comment.