Skip to content

Commit 1f5c8ee

Browse files
committed
fix: fix expectations for export accuracy tests
1 parent c4ba2c9 commit 1f5c8ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/accuracy/export.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describeAccuracyTests([
88
{
99
toolName: "export",
1010
parameters: {
11+
exportTitle: Matcher.string(),
1112
database: "mflix",
1213
collection: "movies",
1314
filter: Matcher.emptyObjectOrUndefined,
@@ -22,6 +23,7 @@ describeAccuracyTests([
2223
{
2324
toolName: "export",
2425
parameters: {
26+
exportTitle: Matcher.string(),
2527
database: "mflix",
2628
collection: "movies",
2729
filter: {
@@ -37,6 +39,7 @@ describeAccuracyTests([
3739
{
3840
toolName: "export",
3941
parameters: {
42+
exportTitle: Matcher.string(),
4043
database: "mflix",
4144
collection: "movies",
4245
projection: {
@@ -57,6 +60,7 @@ describeAccuracyTests([
5760
{
5861
toolName: "export",
5962
parameters: {
63+
exportTitle: Matcher.string(),
6064
database: "mflix",
6165
collection: "movies",
6266
filter: { genres: "Horror" },

0 commit comments

Comments
 (0)