Skip to content

Commit 77e320b

Browse files
committed
fix tests
1 parent c03a473 commit 77e320b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/compass-e2e-tests/tests/collection-documents-tab.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ describe('Collection documents tab', function () {
179179
has_projection: false,
180180
has_skip: false,
181181
has_sort: false,
182+
mode: 'list',
182183
used_regex: false,
183184
});
184185

@@ -218,6 +219,7 @@ describe('Collection documents tab', function () {
218219
has_projection: true,
219220
has_sort: true,
220221
has_skip: true,
222+
mode: 'list',
221223
used_regex: false,
222224
});
223225

0 commit comments

Comments
 (0)