Skip to content

Commit 2d3b74e

Browse files
committed
fix drop index accuracy test
1 parent 9207f8b commit 2d3b74e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tests/accuracy/dropIndex.test.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ describeAccuracyTests([
4040
database: "mflix",
4141
collection: "movies",
4242
name: Matcher.anyOf(Matcher.undefined, Matcher.string()),
43-
keys: {
44-
title: "text",
45-
},
43+
definition: [
44+
{
45+
keys: {
46+
title: "text",
47+
},
48+
type: "classic",
49+
},
50+
],
4651
},
4752
},
4853
{

0 commit comments

Comments
 (0)