Skip to content

Commit

Permalink
fix(graphql): Test file filename (unicode removed).
Browse files Browse the repository at this point in the history
Closes: #107
  • Loading branch information
LastDragon-ru committed Dec 13, 2023
1 parent eaf548f commit e0ce983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/src/SearchBy/Directives/DirectiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

Expand Down

0 comments on commit e0ce983

Please sign in to comment.