Skip to content

Commit 4da8b01

Browse files
committed
ITT: Tests minor fixes.
1 parent 4db18e8 commit 4da8b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestingTools/Asserts/EloquentAssertsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function it_has_eloquent_fillable_equals_assertion()
2929
/** @test */
3030
public function it_has_eloquent_fillable_not_equals_assertion()
3131
{
32-
$this->assertEloquentFillableNotEquals(Post::class, ['title', 'body']);
32+
$this->assertEloquentFillableNotEquals(Post::class, ['title', 'body', 'publish_at']);
3333
}
3434

3535
/** @test */

0 commit comments

Comments
 (0)