Skip to content

Commit

Permalink
Fix an EE test that suffered the same problem
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Mar 10, 2018
1 parent fc64ae4 commit d8e7646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Couchbase.Lite.Tests.Shared/ReplicationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public async Task TestReplicatorStopWhenClosed()
}

this.Invoking(x => ReopenDB())
.ShouldThrow<InvalidOperationException>(
.ShouldThrow<CouchbaseLiteException>(
"because the database cannot be closed while replication is running");

repl.Stop();
Expand Down

0 comments on commit d8e7646

Please sign in to comment.