updating test snapshots

This commit is contained in:
Martin McKeaveney 2020-10-15 17:53:06 +01:00
parent e300134186
commit 6d22dd40cf
1 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ exports[`viewBuilder Filter creates a view with multiple filters and conjunction
Object { Object {
"map": "function (doc) { "map": "function (doc) {
if (doc.tableId === \\"14f1c4e94d6a47b682ce89d35d4c78b0\\" && doc[\\"Name\\"] === \\"Test\\" || doc[\\"Yes\\"] > \\"Value\\") { if (doc.tableId === \\"14f1c4e94d6a47b682ce89d35d4c78b0\\" && doc[\\"Name\\"] === \\"Test\\" || doc[\\"Yes\\"] > \\"Value\\") {
emit(doc._id); emit(doc[\\"_id\\"], doc[\\"undefined\\"]);
} }
}", }",
"meta": Object { "meta": Object {
@ -86,6 +86,5 @@ Object {
"schema": null, "schema": null,
"tableId": "14f1c4e94d6a47b682ce89d35d4c78b0", "tableId": "14f1c4e94d6a47b682ce89d35d4c78b0",
}, },
"reduce": "_stats",
} }
`; `;