Skip to content

Commit

Permalink
using in-memory snapshotstore in order to make tests idempotent (peta…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 13, 2019
1 parent e212c83 commit 9dc210d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ public ReplyMessage(long confirmationId, string senderId, object originalMessage
public class DeDuplicatingActorSpecs : TestKit.Xunit2.TestKit
{
public DeDuplicatingActorSpecs(ITestOutputHelper output)
: base("akka.loglevel = DEBUG" + Environment.NewLine +
"akka.test.timefactor = 10.0", output)
: base(@"akka.loglevel = DEBUG
akka.persistence.snapshot-store.plugin = ""akka.persistence.snapshot-store.inmem""", output)
{
}

Expand Down

0 comments on commit 9dc210d

Please sign in to comment.