Skip to content

Commit

Permalink
refactor(evm): rn AMBMessageRelayer into AMBMessageRelay
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Oct 24, 2023
1 parent 502df78 commit 27a3e37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/test/adapters/AMB/03_AMBMessageRelay.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const setup = async () => {
}
}

describe("AMBMessageRelayer", function () {
describe("AMBMessageRelay", function () {
describe("Deploy", function () {
it("Successfully deploys contract", async function () {
const { ambMessageRelay } = await setup()
Expand Down

0 comments on commit 27a3e37

Please sign in to comment.