Skip to content

Commit

Permalink
Update gossipNetworkMessageToBundle.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomey authored Dec 22, 2024
1 parent 91877f2 commit 123ffa7
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 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 123ffa7

Please sign in to comment.