Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Nov 9, 2017
1 parent 7d13128 commit 0d6ea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/EnricherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
class EnricherTest extends TestCase {
public function testGetEnricher() {
$this->assertSame('FOO\\IP_Enricher', FOO\Enricher::getEnricher('ip'));
$this->assertSame('null', FOO\Enricher::getEnricher(null));
$this->assertSame('FOO\\Null_Enricher', FOO\Enricher::getEnricher(null));
}
}

0 comments on commit 0d6ea78

Please sign in to comment.