Skip to content

Commit b485a41

Browse files
committed
Fix unit tests
1 parent 18ff789 commit b485a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2Framework/Tests/Header/CopyrightGraphQLUnitTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function getWarningList($testFile = ''): array
3030
if ($testFile === 'CopyrightGraphQLUnitTest.3.graphqls' ||
3131
$testFile === 'CopyrightGraphQLUnitTest.4.graphqls') {
3232
return [
33-
1 => 1
33+
null => 1
3434
];
3535
}
3636

0 commit comments

Comments
 (0)