Skip to content

Commit 3b7607a

Browse files
committed
style: add empty line
1 parent 7c1c004 commit 3b7607a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Models/DeleteModelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public function testThrowExceptionWhenSoftDeleteParamIsEmptyValue($emptyValue):
175175
$this->expectExceptionMessage('Deletes are not allowed unless they contain a "where" or "like" clause.');
176176

177177
$this->seeInDatabase('user', ['name' => 'Derek Jones', 'deleted_at IS NULL' => null]);
178+
178179
$this->createModel(UserModel::class)->delete($emptyValue);
179180
}
180181

0 commit comments

Comments
 (0)