summaryrefslogtreecommitdiff
path: root/jstests/core/views/views_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views/views_all_commands.js')
-rw-r--r--jstests/core/views/views_all_commands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index f40ed053b54..be52f9b4928 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -573,7 +573,7 @@ let viewsCommandTests = {
max: {x: 0},
keyPattern: {x: 1},
splitKeys: [{x: -2}, {x: -1}],
- shardVersion: [Timestamp(1, 2), ObjectId()]
+ shardVersion: [Timestamp(1, 2), ObjectId(), Timestamp(1, 1)]
},
skipSharded: true,
expectFailure: true,