Skip to content

Commit

Permalink
TOOLS-848 test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shraya Ramani committed Aug 18, 2015
1 parent 0dd5a5a commit d8c1c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/qa-tests/jstests/import/import_types.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"number_long_type" :18,
"minkey_type" : -1,
"maxkey_type" : 127,
"regex_type" : 11,

"regex_type" : 11,
};


Expand Down
2 changes: 1 addition & 1 deletion test/qa-tests/jstests/import/testdata/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"number_long_type" : NumberLong(5000),
"minkey_type" : { "$minKey" : 1 },
"maxkey_type" : { "$maxKey" : 1 },
"regex_type" : { "$regex" : "\\.", "$options" : "" } }
"regex_type" : { "$regex" : "\\.", "$options" : "" }
}

0 comments on commit d8c1c10

Please sign in to comment.