Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseacornejo committed Nov 18, 2021
1 parent 18ff789 commit b485a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getWarningList($testFile = ''): array
if ($testFile === 'CopyrightGraphQLUnitTest.3.graphqls' ||
$testFile === 'CopyrightGraphQLUnitTest.4.graphqls') {
return [
1 => 1
null => 1
];
}

Expand Down

0 comments on commit b485a41

Please sign in to comment.