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 7fe7757 commit dbb4504Copy full SHA for dbb4504
tests/AppendRawTests.fs
@@ -7,7 +7,7 @@ open SqlStreamStore.FSharp
7
[<Tests>]
8
let tests =
9
testList
10
- "Append Tests"
+ "AppendRaw Tests"
11
[ testAsync "Should append one message to stream." {
12
let inMemStore = new SqlStreamStore.InMemoryStreamStore()
13
tests/AppendTests.fs
@@ -8,7 +8,7 @@ open SqlStreamStore.FSharp
- "AppendExtras Tests"
+ "Append Tests"
14
0 commit comments