Skip to content

Commit

Permalink
Update FollowingEngineTest for #30121
Browse files Browse the repository at this point in the history
Relates #30121
  • Loading branch information
dnhatn committed May 8, 2018
1 parent a3340d6 commit 9fdc4a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void testOutOfOrderDocuments() throws IOException {
try (FollowingEngine followingEngine = createEngine(store, engineConfig)) {
final VersionType versionType =
randomFrom(VersionType.INTERNAL, VersionType.EXTERNAL, VersionType.EXTERNAL_GTE, VersionType.FORCE);
final List<Engine.Operation> ops = EngineTestCase.generateSingleDocHistory(true, versionType, false, 2, 2, 20);
final List<Engine.Operation> ops = EngineTestCase.generateSingleDocHistory(true, versionType, false, 2, 2, 20, "1");
EngineTestCase.assertOpsOnReplica(ops, followingEngine, true, logger);
}
}
Expand Down

0 comments on commit 9fdc4a8

Please sign in to comment.