Skip to content

Commit

Permalink
chore: remove duplicate failedCalls in afterEach
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Nov 28, 2023
1 parent 7f3a02f commit 45d2a72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lookupMultiple.node.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('[Runner Node]: lookup via HTTP Gateway supporting application/vnd.ipld
})
afterEach(() => {
rewiredGeoIp = null
failedCalls = 0
})

it('looks up multiple times before failing', async () => {
Expand Down

0 comments on commit 45d2a72

Please sign in to comment.