Skip to content

Commit 53301ab

Browse files
committed
fix param
1 parent 2cc04e4 commit 53301ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OctaneStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function test_can_forget_cache_items()
156156
$this->assertNull($store->get('foo'));
157157

158158
$store->put('foo', 'bar', 5);
159-
$this->assertTrue($store->flush('foo'));
159+
$this->assertTrue($store->flush());
160160

161161
$this->assertNull($store->get('foo'));
162162
}

0 commit comments

Comments
 (0)