Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Jun 2, 2021
1 parent d4f063d commit 40fa5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/SyncFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function syncProvider(): iterable
'<?php declare(strict_types=1);
return [
"foo" => "foo",
"foo" => "translated foo",
];
'
];
Expand Down
2 changes: 1 addition & 1 deletion tests/__fixtures__/sync/es/simple.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php declare(strict_types=1);

return [
"foo" => "foo",
"foo" => "translated foo",
];

0 comments on commit 40fa5b9

Please sign in to comment.