aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-workers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-workers.js b/test/test-workers.js
index 892f1526..ec5ba002 100644
--- a/test/test-workers.js
+++ b/test/test-workers.js
@@ -97,7 +97,7 @@ function testServiceWorker() {
function testWorkers() {
testWorker(
'js/language/dictionary-worker-main.js',
- {DictionaryWorker: StubClass}
+ {DictionaryWorkerHandler: StubClass}
);
}