Skip to content

Commit e5e63a3

Browse files
committed
cs-fix
1 parent df6fd49 commit e5e63a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Models/MiscellaneousModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function testChunkRowsThrowsOnZeroSize(): void
116116
$this->expectException(InvalidArgumentException::class);
117117
$this->expectExceptionMessage('$size must be a positive integer.');
118118

119-
$this->createModel(UserModel::class)->chunkRows(0, static function ($row): void {});;
119+
$this->createModel(UserModel::class)->chunkRows(0, static function ($row): void {});
120120
}
121121

122122
public function testChunkRowsThrowsOnNegativeSize(): void

0 commit comments

Comments
 (0)