Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
frqnck committed Aug 28, 2015
1 parent dd7564e commit 1aa6694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Indexer/MemcachedIndexerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testLoadDoesPurge()
{
$keys = range(1, 101);
$this->assertTrue($this->indexer->add('a'));
$this->assertTrue($this->indexer->Remove($keys));
$this->assertTrue($this->indexer->remove($keys));

$keyStr = implode($keys, ' -');
$this->assertEquals(
Expand Down

0 comments on commit 1aa6694

Please sign in to comment.