From 68b6f73776a11bca9ccc43e7a5c4730d2a2f43ae Mon Sep 17 00:00:00 2001 From: Omar Serrano Date: Wed, 29 Nov 2023 12:25:17 -0700 Subject: [PATCH] Update tests/test-sitemap-functions.php Co-authored-by: Gary Jones --- tests/test-sitemap-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-sitemap-functions.php b/tests/test-sitemap-functions.php index 524fb3d2..52ea4cf9 100644 --- a/tests/test-sitemap-functions.php +++ b/tests/test-sitemap-functions.php @@ -381,7 +381,7 @@ function test_get_post_ids_for_date_custom_status( $sitemap_date, $limit, $expec /** * Verify msm_sitemap_post_status filter returns expected value */ - function test_get_post_status() { + function test_get_post_status() { // verify default value. $this->assertEquals( 'publish', Metro_Sitemap::get_post_status() );