Skip to content

Commit

Permalink
does that fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Nov 30, 2023
1 parent 65f6d85 commit 861db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bindings/test/oboe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("Reporter", () => {
expect(reporter.init_status).to.equal(oboe.INIT_OK)

const ready = oboe.Context.isReady(INIT_TIMEOUT)
expect(ready).to.equal(oboe.SERVER_RESPONSE_OK)
expect(ready).not.to.be.greaterThan(oboe.SERVER_RESPONSE_OK)
})
})

Expand Down

0 comments on commit 861db33

Please sign in to comment.