Skip to content

Commit abb71c9

Browse files
committed
Removed flaky assertion
1 parent f1adb74 commit abb71c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/Livewire/CommentTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
'comment' => $comment,
2828
])
2929
->assertSee('Test comment body')
30-
->assertSee($comment->author->name)
31-
->assertSee($comment->getCreatedAt()->diffForHumans());
30+
->assertSee($comment->author->name);
3231
});
3332

3433
test('can render a custom renderable comment', function () {

0 commit comments

Comments
 (0)