Skip to content

Commit

Permalink
Remove unused test code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Dec 14, 2023
1 parent fbec8b9 commit 56bb8d0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ describeIf(process.env.INFURA_PROJECT_ID)('EvmAbiImplementedDiviner', () => {
expect(results?.length).toBeGreaterThan(0)
for (const result of results ?? []) {
expect(result.address).toBe(address)
if (result.implemented === false) {
const foo = 'bar'
}
expect(result.implemented).toBeTrue()
}
})
Expand Down

0 comments on commit 56bb8d0

Please sign in to comment.