Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Oct 20, 2023
1 parent 06eb1e0 commit c01e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-kit/tests/endpoint/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ describe('Endpoint tests', () => {
txServiceUrl
))

await chai.expect(safeApiKit.getServiceInfo())
await chai.expect(safeApiKit.getServiceInfo()).to.be.fulfilled

chai.expect(fetchData).to.have.been.calledWith({
url: `${txServiceUrl}/v1/about`,
Expand Down

0 comments on commit c01e2aa

Please sign in to comment.