Skip to content

Commit d185d9c

Browse files
committed
refactor: code
refs: #49
1 parent 3ae2cdc commit d185d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModelGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testModelAlreadyExists()
1818

1919
$this->assertExceptionThrew(
2020
className: ClassAlreadyExistsException::class,
21-
message: 'Cannot create Post Model cause Post Model already exists. Remove Post Model.'
21+
message: 'Cannot create Post Model cause Post Model already exists. Remove Post Model.',
2222
);
2323

2424
app(ModelGenerator::class)

0 commit comments

Comments
 (0)