diff --git a/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php b/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php index bb02a95b03..8c4758d2e1 100644 --- a/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php +++ b/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php @@ -22,7 +22,7 @@ declare(strict_types=1); -namespace Tests\unit\Support; +namespace Tests\unit\Support\Search; use FireflyIII\Support\Search\Field; use FireflyIII\Support\Search\QueryParserInterface; diff --git a/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php b/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php index c0e6fbd71d..897d9ecb01 100644 --- a/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php +++ b/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php @@ -1,10 +1,10 @@