-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from j-alexander/improve_relative_positions_wit…
…h_eventstore Improve relative positions with eventstore
- Loading branch information
Showing
7 changed files
with
118 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
namespace Nata.IO.EventStore.Tests | ||
|
||
open NUnit.Framework | ||
|
||
[<TestFixture(Description="EventStore-LogStore")>] | ||
type LogStoreTests() = | ||
inherit Nata.IO.Tests.LogStoreTests() | ||
|
||
override x.Connect() = | ||
Configuration.channel() | ||
|> Configuration.connect() | ||
namespace Nata.IO.EventStore.Tests | ||
|
||
open NUnit.Framework | ||
|
||
[<TestFixture(Description="EventStore-LogStore")>] | ||
type LogStoreTests() = | ||
inherit Nata.IO.Tests.LogStoreTests() | ||
|
||
override x.Connect() = | ||
Configuration.channel() | ||
|> Configuration.connect() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters