Fix multiforward test

This commit is contained in:
derpy-duck 2023-02-14 17:33:37 +00:00 committed by chase-45
parent 30c8d162e3
commit 01350a5da1
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ describe("Core Relayer Integration Test - Two Chains", () => {
expect(message1).to.equal(arbitraryPayload2)
console.log("Checking if second forward was relayed")
const message2 = await sourceMockIntegration.getMessage()
const message2 = await targetMockIntegration.getMessage()
console.log(
`Sent message: ${arbitraryPayload2}`
)