Skip to content

Commit

Permalink
Add FreshRSS comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Sep 14, 2024
1 parent 9f8ab5a commit 58ac1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/CachingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function testInitWithDifferentCacheStateCallsCacheCorrectly(
$expectedDataWritten['hash'] = $writtenData['hash'];
}

$this->assertEqualsCanonicalizing($expectedDataWritten, $writtenData);
$this->assertEqualsCanonicalizing($expectedDataWritten, $writtenData); // FreshRSS
}

/**
Expand Down

0 comments on commit 58ac1aa

Please sign in to comment.