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

Commit 3aecfa4

Browse files
update a comment
1 parent 9cb1a3f commit 3aecfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-core/test/unit/web3_context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('Web3Context', () => {
7070
const context = new Context1('http://test/abc');
7171

7272
// The following is because a specific property is different in node 18 than it is in node 20 and 21
73-
// So the problematic property is removed from the object and the added to ensure its consistent location
73+
// So the problematic property is removed from the object and then added to ensure its presence and its location
7474
// And the snapshot is updated to reflect the change.
7575
// Once node 18 is no longer supported, this can be removed. And the snapshot need to be updated then.
7676

0 commit comments

Comments
 (0)