Skip to content

Commit

Permalink
Merge pull request #291 from duncanmcclean/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary space in code example
  • Loading branch information
nunomaduro authored Oct 15, 2024
2 parents f419806 + e9cd16d commit dc9e1bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pest-spicy-summer-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ class ExampleTest extends TestCase
You can run `./vendor/bin/pest --drift` and Pest will automatically convert your PHPUnit test to a Pest test:

```php


test('true is true', function () {
expect(true)->toBeTrue();
});
Expand Down

0 comments on commit dc9e1bf

Please sign in to comment.