Skip to content

Commit

Permalink
Remove unnecessary space in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Oct 14, 2024
1 parent f419806 commit e9cd16d
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 e9cd16d

Please sign in to comment.