Skip to content

Commit

Permalink
Improve code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Apr 12, 2019
1 parent 42724ae commit 5c78e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BelongsToThroughTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testWithTrashed()
public function testWithTrashedIntermediate()
{
$country = Comment::find(33)->country()
->withTrashed('users.deleted_at')
->withTrashed(['users.deleted_at'])
->first();

$this->assertEquals(3, $country->id);
Expand Down

0 comments on commit 5c78e46

Please sign in to comment.