From 3aecfa4e806a6362bef28db1d8a09d77f0d37feb Mon Sep 17 00:00:00 2001 From: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:06:47 +0100 Subject: [PATCH] update a comment --- packages/web3-core/test/unit/web3_context.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web3-core/test/unit/web3_context.test.ts b/packages/web3-core/test/unit/web3_context.test.ts index 337cdae5dd5..3c433f7259a 100644 --- a/packages/web3-core/test/unit/web3_context.test.ts +++ b/packages/web3-core/test/unit/web3_context.test.ts @@ -70,7 +70,7 @@ describe('Web3Context', () => { const context = new Context1('http://test/abc'); // The following is because a specific property is different in node 18 than it is in node 20 and 21 - // So the problematic property is removed from the object and the added to ensure its consistent location + // So the problematic property is removed from the object and then added to ensure its presence and its location // And the snapshot is updated to reflect the change. // Once node 18 is no longer supported, this can be removed. And the snapshot need to be updated then.