Skip to content

Commit de0c36e

Browse files
fix: remove unnecessary line
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent 4e6b06d commit de0c36e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Commands/UserModelGeneratorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public function testGenerateUserModelWithSuffix(): void
9797

9898
$this->assertStringContainsString('File created: ', CITestStreamFilter::$buffer);
9999
$this->assertFileExists($filepath);
100-
101100
$this->assertStringContainsString('class MyUserModel extends UserModel', $this->getFileContents($filepath));
102101
}
103102
}

0 commit comments

Comments
 (0)