summaryrefslogtreecommitdiffstats
path: root/devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js')
-rw-r--r--devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js b/devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js
index cda1708520..3d8912cd2a 100644
--- a/devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js
+++ b/devtools/shared/protocol/tests/xpcshell/test_protocol_longstring.js
@@ -124,7 +124,7 @@ function run_test() {
Assert.equal(rootFront.__poolMap.size, size + 1);
};
- client.connect().then(([applicationType, traits]) => {
+ client.connect().then(([applicationType]) => {
rootFront = client.mainRoot;
// Root actor has no children yet.