Skip to content

Commit 1fe3884

Browse files
devlux76Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent aa1f300 commit 1fe3884

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration/Daydreamer.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ describe("Daydreamer integration", () => {
278278
const broadcastLog: PeerMessage[] = [];
279279
const transport: P2PTransport = {
280280
broadcast: async (msg) => { broadcastLog.push(msg); },
281-
onMessage: () => {},
281+
onMessage: (_handler) => {
282+
// Intentionally not wiring inbound messages for this integration test
283+
},
282284
};
283285

284286
const broadcaster = new CuriosityBroadcaster({

0 commit comments

Comments
 (0)