From 1f5c8ee4f95d09a60733ddd11b87790c7803c056 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 21 Aug 2025 00:22:13 +0200 Subject: [PATCH] fix: fix expectations for export accuracy tests --- tests/accuracy/export.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/accuracy/export.test.ts b/tests/accuracy/export.test.ts index 9e1f0cff5..481ce0a05 100644 --- a/tests/accuracy/export.test.ts +++ b/tests/accuracy/export.test.ts @@ -8,6 +8,7 @@ describeAccuracyTests([ { toolName: "export", parameters: { + exportTitle: Matcher.string(), database: "mflix", collection: "movies", filter: Matcher.emptyObjectOrUndefined, @@ -22,6 +23,7 @@ describeAccuracyTests([ { toolName: "export", parameters: { + exportTitle: Matcher.string(), database: "mflix", collection: "movies", filter: { @@ -37,6 +39,7 @@ describeAccuracyTests([ { toolName: "export", parameters: { + exportTitle: Matcher.string(), database: "mflix", collection: "movies", projection: { @@ -57,6 +60,7 @@ describeAccuracyTests([ { toolName: "export", parameters: { + exportTitle: Matcher.string(), database: "mflix", collection: "movies", filter: { genres: "Horror" },