Skip to content

Commit e7727ee

Browse files
committed
fix check
1 parent abf285a commit e7727ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/accuracy/export.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ describeAccuracyTests([
88
{
99
toolName: "export",
1010
parameters: {
11-
exportTitle: Matcher.string(),
1211
database: "mflix",
1312
collection: "movies",
1413
exportTitle: Matcher.string(),
@@ -28,7 +27,6 @@ describeAccuracyTests([
2827
{
2928
toolName: "export",
3029
parameters: {
31-
exportTitle: Matcher.string(),
3230
database: "mflix",
3331
collection: "movies",
3432
exportTitle: Matcher.string(),
@@ -52,7 +50,6 @@ describeAccuracyTests([
5250
{
5351
toolName: "export",
5452
parameters: {
55-
exportTitle: Matcher.string(),
5653
database: "mflix",
5754
collection: "movies",
5855
exportTitle: Matcher.string(),
@@ -81,7 +78,6 @@ describeAccuracyTests([
8178
{
8279
toolName: "export",
8380
parameters: {
84-
exportTitle: Matcher.string(),
8581
database: "mflix",
8682
collection: "movies",
8783
exportTitle: Matcher.string(),

0 commit comments

Comments
 (0)