From 4b5b3b5d91b470effd08875bb7f5b2d9d947ea8e Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 10 Jan 2025 12:18:30 +0100 Subject: [PATCH] Fix spelling events.ts --- libs/remix-simulator/test/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-simulator/test/events.ts b/libs/remix-simulator/test/events.ts index 185c432472..aa0e0b77fc 100644 --- a/libs/remix-simulator/test/events.ts +++ b/libs/remix-simulator/test/events.ts @@ -76,7 +76,7 @@ describe('Events', () => { toBlock: 2, topics: [['0x342827c97908e5e2f71151c08502a66d44b6f758e3ac2f1de95f02eb95f0a735', '0xdcd9c7fa0342f01013bd0bf2bec103a81936162dcebd1f0c38b1d4164c17e0fc']] }) - // 0xdcd9c7fa0342f01013b is a topic from a event emitted by the other contract and should not be take into account. + // 0xdcd9c7fa0342f01013b is a topic from an event emitted by the other contract and should not be take into account. assert.equal(ownerLogs.length, 1, '5) ownerLogs length should be equal to 1') }) })