Skip to content

Commit

Permalink
fix: Remove unwanted test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 17, 2023
1 parent a0dd8d3 commit 319979c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/ua-utils-hardhat-test/test/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ describe("config", () => {
expect(environment.network.config.endpointId).to.be.a("number")
expect(endpointId).to.eql(environment.network.config.endpointId)
})

it("should have send library set", async () => {
const endpoint = await environment.getContract("EndpointV2", environment.provider)
const endpointId = await endpoint.eid()

const defaultSendLibrary = await endpoint.defaultSendLibrary()
})
})
})
})

0 comments on commit 319979c

Please sign in to comment.