Skip to content

Commit

Permalink
test: update enum test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Nov 15, 2024
1 parent aeb8b7f commit 0b8f223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Unit/EnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
test('backed', function () {
expect(UserType::ADMINISTRATOR)
->toHaveProperty('name')
->toHaveProperty('value')
->toHaveMethods(['cases', 'from', 'tryFrom']);
->toHaveProperty('value');
});

0 comments on commit 0b8f223

Please sign in to comment.