Skip to content

Commit dbb4504

Browse files
author
Jamil Maqdis Anton
committed
Rename tests
1 parent 7fe7757 commit dbb4504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/AppendRawTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open SqlStreamStore.FSharp
77
[<Tests>]
88
let tests =
99
testList
10-
"Append Tests"
10+
"AppendRaw Tests"
1111
[ testAsync "Should append one message to stream." {
1212
let inMemStore = new SqlStreamStore.InMemoryStreamStore()
1313

tests/AppendTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ open SqlStreamStore.FSharp
88
[<Tests>]
99
let tests =
1010
testList
11-
"AppendExtras Tests"
11+
"Append Tests"
1212
[ testAsync "Should append one message to stream." {
1313
let inMemStore = new SqlStreamStore.InMemoryStreamStore()
1414

0 commit comments

Comments
 (0)