From 73d58e9a9c2dfb7ee87792ce6576c0d37f8523bb Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 27 Jul 2023 11:19:36 +0200 Subject: [PATCH] fix test (#61) --- swiss_locator/tests/test_locator_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiss_locator/tests/test_locator_filter.py b/swiss_locator/tests/test_locator_filter.py index 76b490c..fb056be 100644 --- a/swiss_locator/tests/test_locator_filter.py +++ b/swiss_locator/tests/test_locator_filter.py @@ -52,7 +52,7 @@ def got_hit(result): spy = QSignalSpy(loc.foundResult) - loc.fetchResults("pixelkarte", context) + loc.fetchResults("pixelkarte-farbe", context) spy.wait(1000)