From 58ac1aafee66d4cef067d9a664fdeb59090dc149 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 14 Sep 2024 15:13:29 +0200 Subject: [PATCH] Add FreshRSS comment --- tests/Integration/CachingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/CachingTest.php b/tests/Integration/CachingTest.php index a3f12575..8391390b 100644 --- a/tests/Integration/CachingTest.php +++ b/tests/Integration/CachingTest.php @@ -115,7 +115,7 @@ public function testInitWithDifferentCacheStateCallsCacheCorrectly( $expectedDataWritten['hash'] = $writtenData['hash']; } - $this->assertEqualsCanonicalizing($expectedDataWritten, $writtenData); + $this->assertEqualsCanonicalizing($expectedDataWritten, $writtenData); // FreshRSS } /**