Skip to content

Commit

Permalink
fixed constructir arg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Nov 12, 2024
1 parent 6539abf commit 4e84626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fdc3-agent-proxy/test/support/TestMessaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class TestMessaging extends AbstractMessaging {
channelSelector: false,
intentResolver: false,
dontSetWindowFdc3: false
}, "test", 200)
}, "test", "myActualUrl", 200)

this.channelState = channelState
this.automaticResponses = [
Expand Down

0 comments on commit 4e84626

Please sign in to comment.