We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d8123 commit 1d0d98bCopy full SHA for 1d0d98b
tests/ExpectoExtra.fs
@@ -1,7 +1,9 @@
1
+namespace SqlStreamStore.FSharp.Tests
2
+
3
open Expecto
4
-/// Remove the need for message in expectations, as recommended https://github.com/haf/expecto/issues/361
-module Expect =
5
+module ExpectExtra =
6
+ /// Remove the need for message in expectations, as recommended https://github.com/haf/expecto/issues/361
7
8
let inline equal e a = Expect.equal a e "Failed"
9
0 commit comments