Skip to content

Commit

Permalink
Change dateFormat test method to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Jun 12, 2019
1 parent 4d358c8 commit f66a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Database/Live/ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ public function testThrowsWithNoDateFormat()
$model = new UserModel();
$this->setPrivateProperty($model, 'dateFormat', '');

$model->find(1);
$model->delete(1);
}

//--------------------------------------------------------------------
Expand Down

0 comments on commit f66a1f3

Please sign in to comment.