Skip to content

Commit 43cde41

Browse files
committed
Fix readme
1 parent 6b8c784 commit 43cde41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Laravel-specific Testing Helpers and Assertions.
6161
{
6262
$this->assertDatabaseHasMany('posts', [
6363
['title' => 'Awesome!'],
64-
['title' => 'Multiple rows check'],
65-
['title' => 'Can be done in one assertion'],
64+
['title' => 'Check multiple rows'],
65+
['title' => 'In one simple assertion 🤟'],
6666
]);
6767
}
6868
}

0 commit comments

Comments
 (0)