From 0d1566b2614aeedd33d18a19e93954aca1df4ea8 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 27 Sep 2022 09:40:03 +1000 Subject: minor renaming --- test/spec/LibreJSSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/spec/LibreJSSpec.js b/test/spec/LibreJSSpec.js index 77563d2..7828bcb 100644 --- a/test/spec/LibreJSSpec.js +++ b/test/spec/LibreJSSpec.js @@ -95,7 +95,7 @@ describe('LibreJS\' components', () => { let url = 'https://www.gnu.org/mock-script.js'; let processScript = async (source, whitelisted = false) => - await LibreJS.handle_script({ + await LibreJS.handleScript({ text: source, request: { url, tabId: tab.id, documentUrl, frameId: 0 }, }, whitelisted); -- cgit v1.2.3