From 6d23d07e8014f551d836c3876515c3cc2c5c594b Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 21 Apr 2022 23:11:10 +0000 Subject: [PATCH] Build/Test Tools: Typo correction in rss2 unit tests. Follow-up to [53233]. Props SergeyBiryukov. Fixes #47968. git-svn-id: https://develop.svn.wordpress.org/trunk@53241 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/feed/rss2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/feed/rss2.php b/tests/phpunit/tests/feed/rss2.php index 217b302732..dcee021b0b 100644 --- a/tests/phpunit/tests/feed/rss2.php +++ b/tests/phpunit/tests/feed/rss2.php @@ -607,7 +607,7 @@ class Tests_Feed_RSS2 extends WP_UnitTestCase { $this->assertSame( strtotime( $headers['Last-Modified'] ), strtotime( $today ), - 'Last-Modified was not the date of the most recent most' + 'Last-Modified was not the date of the most recent post' ); return $headers; }