Query: Correct some coding standards after [49843].

See #44183


git-svn-id: https://develop.svn.wordpress.org/trunk@49847 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson
2020-12-21 02:54:43 +00:00
parent f141418a5f
commit c88cbe35e8

View File

@@ -594,7 +594,7 @@ class Tests_General_Template extends WP_UnitTestCase {
* @ticket 44183
*/
function test_get_the_archive_title_is_correct_for_author_queries() {
$user_with_posts = $this->factory()->user->create_and_get(
$user_with_posts = $this->factory()->user->create_and_get(
array(
'role' => 'author',
)