Skip to content

Commit

Permalink
Minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Aug 22, 2024
1 parent 82ae104 commit 9f09ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Cache/BaseDataCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testGetDataWithCacheMissReturnsDefault(): void
$this->assertSame($default, $cache->get_data($key, $default));
}

// FreshRSS commented out
// FreshRSS commented out, to allow HTTP 304
// public function testGetDataWithCacheExpiredReturnsDefault(): void
// {
// $key = 'name';
Expand Down

0 comments on commit 9f09ec3

Please sign in to comment.