summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_elf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_elf.py')
-rw-r--r--tests/unit/misc/test_elf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_elf.py b/tests/unit/misc/test_elf.py
index 47110db4f..2803c9ef4 100644
--- a/tests/unit/misc/test_elf.py
+++ b/tests/unit/misc/test_elf.py
@@ -58,7 +58,7 @@ def test_result(qapp, caplog):
If that happens, please report a bug about it!
"""
- testutils.importorskip_ifnull('PyQt5.QtWebEngineCore')
+ testutils.importorskip_ifnull('qutebrowser.qt.QtWebEngineCore')
versions = elf.parse_webenginecore()
assert versions is not None