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