Skip to content

Commit fdb7477

Browse files
author
Stiven Katuuk
committed
refactor(test): to meaning name
1 parent d293eeb commit fdb7477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AbleStoreNonBackedEnumTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
afterEach(fn() => Activity::query()->latest()->first()->delete());
1010

11-
it('can store non backed only a property', function () {
11+
it('can store non-backed enum only a property', function () {
1212
$description = 'ROLE LOG';
1313

1414
activity()
@@ -21,7 +21,7 @@
2121
->and($latestActivity->properties['role'])->toEqual('User');
2222
});
2323

24-
it('can store non backed with properties', function () {
24+
it('can store non-backed enum with properties', function () {
2525
$description = 'ROLE LOG';
2626

2727
activity()

0 commit comments

Comments
 (0)