Skip to content

Commit

Permalink
test: Update unit test to match new expected behaviors with changes a…
Browse files Browse the repository at this point in the history
…pplied from PR #582
  • Loading branch information
rpl committed Apr 11, 2024
1 parent 2407549 commit 976330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-browser-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("browser-polyfill", () => {
runtime: {lastError: null},
};
const fakeBrowser = {
mycustomns: {mybrowserkey: true},
runtime: {id: "fakeid"},
};

return setupTestDOMWindow(fakeChrome, fakeBrowser).then(window => {
Expand Down

0 comments on commit 976330a

Please sign in to comment.