Skip to content

Commit ed9a347

Browse files
committed
fix context
1 parent 682bccf commit ed9a347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/replicatortest/replicator_revtree_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func TestActiveReplicatorPushRevtreeLargeDiffInSize(t *testing.T) {
350350
rt1collection, rt1ctx := rt1.GetSingleTestDatabaseCollection()
351351
rt2collection, rt2ctx := rt2.GetSingleTestDatabaseCollection()
352352

353-
remoteDocRT2, err := rt2collection.GetDocument(rt1ctx, docID, db.DocUnmarshalAll)
353+
remoteDocRT2, err := rt2collection.GetDocument(rt2ctx, docID, db.DocUnmarshalAll)
354354
require.NoError(t, err)
355355
rest.RequireDocVersionEqual(t, version, remoteDocRT2.ExtractDocVersion())
356356

0 commit comments

Comments
 (0)