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

Commit 6187f30

Browse files
authored
fix: typo (#6889)
1 parent d254316 commit 6187f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web3/test/stress/long_ws_tests/nodejs_test/long_connection_ws.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ const main = async () => {
6060
end = new Date();
6161
console.log("websocket test successful")
6262
} catch (e) {
63-
console.warn("error occured during ws test, on attempt: ", attempt, "program ran for: ", attempt ,"minutes with error: ", e)
63+
console.warn("error occurred during ws test, on attempt: ", attempt, "program ran for: ", attempt ,"minutes with error: ", e)
6464
}
6565
console.log("start", start)
6666
console.log("end", end)
6767
process.exit();
6868
}
6969

70-
main();
70+
main();

0 commit comments

Comments
 (0)