Skip to content

Commit

Permalink
fix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 5, 2019
1 parent d107e01 commit b9e3bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Rules/EnumValueTest.php
Expand Up @@ -30,6 +30,6 @@ public function it_will_fail_with_a_name()
{
$rule = new EnumValue(StatusEnum::class);

$this->assertFalse($rule->passes('attribute', 'draft'));
$this->assertFalse($rule->passes('attribute', 'archived'));
}
}

0 comments on commit b9e3bdf

Please sign in to comment.