Skip to content

Commit 1ab4de5

Browse files
authored
Update InterfaceMakeCommandTest.php (#51093)
1 parent ed718c7 commit 1ab4de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Generators/InterfaceMakeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class InterfaceMakeCommandTest extends TestCase
88
{
9-
public function testItCanGenerateEnumFile()
9+
public function testItCanGenerateInterfaceFile()
1010
{
1111
$this->artisan('make:interface', ['name' => 'Gateway'])
1212
->assertExitCode(0);

0 commit comments

Comments
 (0)