From d8e7646142eb24f74fffbf8da3f68833a8c99851 Mon Sep 17 00:00:00 2001 From: Jim Borden Date: Sat, 10 Mar 2018 14:18:08 +0900 Subject: [PATCH] Fix an EE test that suffered the same problem --- src/Couchbase.Lite.Tests.Shared/ReplicationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Couchbase.Lite.Tests.Shared/ReplicationTest.cs b/src/Couchbase.Lite.Tests.Shared/ReplicationTest.cs index 1c9589d61..01dc5283c 100644 --- a/src/Couchbase.Lite.Tests.Shared/ReplicationTest.cs +++ b/src/Couchbase.Lite.Tests.Shared/ReplicationTest.cs @@ -220,7 +220,7 @@ public async Task TestReplicatorStopWhenClosed() } this.Invoking(x => ReopenDB()) - .ShouldThrow( + .ShouldThrow( "because the database cannot be closed while replication is running"); repl.Stop();