Skip to content

Commit

Permalink
Fixing issue where test would print unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Mar 20, 2020
1 parent 8125962 commit 2e732ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Query.js
Expand Up @@ -77,7 +77,7 @@ describe("Query", () => {

it("Should return a promise", () => {
queryPromiseResolver = () => ({"Items": []});
expect(Model.query().exec()).to.be.a("promise");
expect(Model.query("name").eq("Charlie").exec()).to.be.a("promise");
});

const functionCallTypes = [
Expand Down

0 comments on commit 2e732ac

Please sign in to comment.