File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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" } ,
You can’t perform that action at this time.
0 commit comments