Skip to content

Commit

Permalink
Fix test build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneGH committed Jul 20, 2023
1 parent eefed11 commit 26d9562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/magic-odata-tests/query/fluentFilters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ describe("Fluent Operators", function () {

describe("isIn", function () {

it("Should work correctly (success)", execute.bind(null, true, false));
it("Should work correctly (failure)", execute.bind(null, false, false))
it("Should work correctly (success)", execute.bind(null, true));
it("Should work correctly (failure)", execute.bind(null, false))

async function execute(success: boolean) {

Expand Down

0 comments on commit 26d9562

Please sign in to comment.