Skip to content

Commit

Permalink
removed redundant assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Treggats committed Dec 17, 2024
1 parent 8eaaa7e commit 9c543a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/DirectiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function it_can_make_an_directive_from_name(string $constant, string $val

$this->assertSame(constant(Directive::class . '::' . $constant), $directive->name());
$this->assertSame($value, $directive->name());
$this->assertIsArray($directive->rules());
$this->assertEmpty($directive->rules());
}

Expand Down

0 comments on commit 9c543a1

Please sign in to comment.