Skip to content

Commit 1f912c5

Browse files
committed
fix: remove useless
1 parent ba0b40a commit 1f912c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/NovaResourceGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ className: SuccessCreateMessage::class,
3737
public function testCreateNovaResourceWithMissingModel()
3838
{
3939
$this->mockFileSystemWithoutPostModel();
40-
40+
4141
$this->mockNovaServiceProviderExists();
4242

4343
$this->assertExceptionThrew(

tests/NovaTestGeneratorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class NovaTestGeneratorTest extends TestCase
1616
{
1717
use NovaTestGeneratorMockTrait;
1818

19-
protected ?Mock $classExistsMock = null;
20-
2119
public function setUp(): void
2220
{
2321
parent::setUp();

0 commit comments

Comments
 (0)