Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 27, 2018
1 parent 984cd1a commit 996fceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/HasStatusesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ public function it_can_handle_an_empty_reason_when_setting_a_status()
}

/** @test */
public function it_stores_null_for_an_empty_reason_when_setting_a_status()
public function it_allows_null_for_an_empty_reason_when_setting_a_status()
{
$this->testModel->setStatus('status');
$this->testModel->setStatus('status', null);

$this->assertNull($this->testModel->status()->reason);
}
Expand Down

0 comments on commit 996fceb

Please sign in to comment.