Skip to content

Commit

Permalink
tests: fixes windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jun 26, 2020
1 parent c7326f4 commit a3644f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Plugins/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$plugin = new Version($output);

$plugin->handleArguments(['foo', '--version']);
assertEquals("Pest 0.2.2\n", $output->fetch());
assertStringContainsString('Pest 0.2.2', $output->fetch());
});

it('do not outputs version when --version is not used', function () {
Expand Down

0 comments on commit a3644f7

Please sign in to comment.