Tests: Fix typo in a get_bookmarks() test name.

Follow-up to [44546].

See #52625.

git-svn-id: https://develop.svn.wordpress.org/trunk@51139 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-06-12 15:47:08 +00:00
parent 98c9ab835e
commit 376840b83c

View File

@ -121,7 +121,7 @@ class Tests_Bookmark_GetBookmarks extends WP_UnitTestCase {
$this->assertEqualSets( $bookmarks, $found_ids );
}
public function test_category_param_propelry_gets_parsed_as_list() {
public function test_category_param_properly_gets_parsed_as_list() {
$bookmarks = self::factory()->bookmark->create_many( 3 );
$categories = self::factory()->term->create_many(
3,