Skip to content

Commit

Permalink
fixup!: apply feedback
Browse files Browse the repository at this point in the history
Signed-off-by: jannyHou <juehou@ca.ibm.com>
  • Loading branch information
jannyHou committed Nov 23, 2020
1 parent 89989f9 commit f8adbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manipulation.test.js
Expand Up @@ -2620,7 +2620,7 @@ describe('manipulation', function() {
});
});

bdd.itIf(connectorCapabilities.atomicUpsertWithWhere !== true,
bdd.itIf(!connectorCapabilities.atomicUpsertWithWhere,
'fails the upsertWithWhere operation when multiple instances are ' +
'retrieved based on the filter criteria', function(done) {
Person.create([
Expand Down

0 comments on commit f8adbd1

Please sign in to comment.