Skip to content

Commit

Permalink
typos gossipNetworkMessageToBundle.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Dec 19, 2024
1 parent 788e5b7 commit 41289a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("gossip network with bundle tests", () => {
}, TEST_TIMEOUT_SHORT);

test(
"broadcast a individual messages that get bundled via gossip to other nodes",
"broadcast an individual messages that get bundled via gossip to other nodes",
async () => {
// Connect the first node to every other node by dialing them manually
for (const n of nodes.slice(1)) {
Expand Down

0 comments on commit 41289a6

Please sign in to comment.