Skip to content

Commit ebfe31d

Browse files
committed
tests fix
1 parent fc0448b commit ebfe31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Service/Server/ExceptionTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function dataProviderToApi(): array
4141
{
4242
return [
4343
['Internal server error', false],
44-
['Exception (Exception) message: \'Test\' from: '.__DIR__.'/ExceptionTransformerTest.php:23', true],
44+
['Exception (Exception) message: \'Test\' from: '.__DIR__.'/ExceptionTransformerTest.php:21', true],
4545
];
4646
}
4747
}

0 commit comments

Comments
 (0)