Skip to content

Commit

Permalink
Update FieldTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Dec 4, 2023
1 parent e6edc86 commit 9e9cb85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Panel/FieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public function testSlug(): void
$expected = [
'label' => 'URL appendix',
'type' => 'slug',
'allow' => 'a-z0-9'
];

$this->assertSame($expected, $field);
Expand Down

0 comments on commit 9e9cb85

Please sign in to comment.