Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit c9295b8

Browse files
Slightly modify the test case
1 parent 8d1e477 commit c9295b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EvmAcceptanceTests/test/EventsLogs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("Events and logs #parallel", function () {
3232
const receipt = await ethers.provider.getTransactionReceipt(tx.hash);
3333
expect(receipt.logs.length).to.be.eq(1);
3434
});
35-
it("Should return 1 log whenever a function with duplicate one event is called @block-1", async function () {
35+
it("Should return 3 log whenever a function with duplicate one event is called @block-1", async function () {
3636
const tx = await contract.duplicate_one_log();
3737
const receipt = await ethers.provider.getTransactionReceipt(tx.hash);
3838
//console.log("Receipt = ", JSON.stringify(receipt));

0 commit comments

Comments
 (0)