From e0ce98309ca59a8d5dcd1e051b595b78faba54ce Mon Sep 17 00:00:00 2001 From: Aleksei Lebedev <1329824+LastDragon-ru@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:00:28 +0400 Subject: [PATCH] fix(graphql): Test file filename (unicode removed). Closes: #107 --- packages/graphql/src/SearchBy/Directives/DirectiveTest.php | 2 +- .../DirectiveTest~full-expected-scout-v10.3.0.graphql | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename "packages/graphql/src/SearchBy/Directives/DirectiveTest~full-expected-scout\342\211\24510.3.0.graphql" => packages/graphql/src/SearchBy/Directives/DirectiveTest~full-expected-scout-v10.3.0.graphql (100%) diff --git a/packages/graphql/src/SearchBy/Directives/DirectiveTest.php b/packages/graphql/src/SearchBy/Directives/DirectiveTest.php index 5f430b224..db0040b25 100644 --- a/packages/graphql/src/SearchBy/Directives/DirectiveTest.php +++ b/packages/graphql/src/SearchBy/Directives/DirectiveTest.php @@ -352,7 +352,7 @@ static function (self $test): GraphQLExpected { return InstalledVersions::satisfies(new VersionParser(), 'laravel/scout', $version); }; $file = match (true) { - $satisfies('>=10.3.0') => '~full-expected-scout≥10.3.0.graphql', + $satisfies('>=10.3.0') => '~full-expected-scout-v10.3.0.graphql', default => '~full-expected.graphql', }; diff --git "a/packages/graphql/src/SearchBy/Directives/DirectiveTest~full-expected-scout\342\211\24510.3.0.graphql" b/packages/graphql/src/SearchBy/Directives/DirectiveTest~full-expected-scout-v10.3.0.graphql similarity index 100% rename from "packages/graphql/src/SearchBy/Directives/DirectiveTest~full-expected-scout\342\211\24510.3.0.graphql" rename to packages/graphql/src/SearchBy/Directives/DirectiveTest~full-expected-scout-v10.3.0.graphql