Skip to content

Commit 1d0d98b

Browse files
author
Jamil Maqdis Anton
committed
Rename. Refactor.
1 parent c5d8123 commit 1d0d98b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ExpectoExtra.fs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
namespace SqlStreamStore.FSharp.Tests
2+
13
open Expecto
24

3-
/// Remove the need for message in expectations, as recommended https://github.com/haf/expecto/issues/361
4-
module Expect =
5+
module ExpectExtra =
6+
/// Remove the need for message in expectations, as recommended https://github.com/haf/expecto/issues/361
57
68
let inline equal e a = Expect.equal a e "Failed"
79

0 commit comments

Comments
 (0)