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([
10
10
parameters : {
11
11
database : "mflix" ,
12
12
collection : "movies" ,
13
+ exportTitle : Matcher . string ( ) ,
13
14
exportTarget : [
14
15
{
15
16
name : "find" ,
@@ -28,6 +29,7 @@ describeAccuracyTests([
28
29
parameters : {
29
30
database : "mflix" ,
30
31
collection : "movies" ,
32
+ exportTitle : Matcher . string ( ) ,
31
33
exportTarget : [
32
34
{
33
35
name : "find" ,
@@ -50,6 +52,7 @@ describeAccuracyTests([
50
52
parameters : {
51
53
database : "mflix" ,
52
54
collection : "movies" ,
55
+ exportTitle : Matcher . string ( ) ,
53
56
exportTarget : [
54
57
{
55
58
name : "find" ,
@@ -77,6 +80,7 @@ describeAccuracyTests([
77
80
parameters : {
78
81
database : "mflix" ,
79
82
collection : "movies" ,
83
+ exportTitle : Matcher . string ( ) ,
80
84
exportTarget : [
81
85
{
82
86
name : "find" ,
You can’t perform that action at this time.
0 commit comments