diff --git a/tests/Hedgehog.Tests/TestDsl.fs b/tests/Hedgehog.Tests/TestDsl.fs index 716bb67e..e8f9084f 100644 --- a/tests/Hedgehog.Tests/TestDsl.fs +++ b/tests/Hedgehog.Tests/TestDsl.fs @@ -30,7 +30,7 @@ let fableIgnore (label : string) (test : unit -> unit) : TestCase = #endif let inline (=!) (actual : 'a) (expected : 'a) : unit = - Expect.equal expected actual "Should be equal" + Expect.equal actual expected "Should be equal" [] module Expect =