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 @@ -10,6 +10,7 @@ describeAccuracyTests([
1010 parameters : {
1111 database : "mflix" ,
1212 collection : "movies" ,
13+ exportTitle : Matcher . string ( ) ,
1314 exportTarget : [
1415 {
1516 name : "find" ,
@@ -28,6 +29,7 @@ describeAccuracyTests([
2829 parameters : {
2930 database : "mflix" ,
3031 collection : "movies" ,
32+ exportTitle : Matcher . string ( ) ,
3133 exportTarget : [
3234 {
3335 name : "find" ,
@@ -50,6 +52,7 @@ describeAccuracyTests([
5052 parameters : {
5153 database : "mflix" ,
5254 collection : "movies" ,
55+ exportTitle : Matcher . string ( ) ,
5356 exportTarget : [
5457 {
5558 name : "find" ,
@@ -77,6 +80,7 @@ describeAccuracyTests([
7780 parameters : {
7881 database : "mflix" ,
7982 collection : "movies" ,
83+ exportTitle : Matcher . string ( ) ,
8084 exportTarget : [
8185 {
8286 name : "find" ,
You can’t perform that action at this time.
0 commit comments