Skip to content

Commit

Permalink
Fix wrong TU
Browse files Browse the repository at this point in the history
  • Loading branch information
Enc3phale committed Sep 6, 2019
1 parent 7ee2a4d commit ba643ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testBirthday()

$this->assertInstanceOf(DateAnniversary::class, $filterDecorator);

$filterName = 'birthday';
$filterName = 'anniversary';

$filterDecorator = $this->getFilterDecorator($filterName);

Expand Down

0 comments on commit ba643ac

Please sign in to comment.