Skip to content

Commit e2b21ee

Browse files
committed
Update DeleteOperationsTest.php
1 parent 43d66a9 commit e2b21ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Controllers/DeleteOperationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function test_deleting_a_not_existing_model(): void
6666
'/api/models',
6767
[
6868
'resources' => [
69-
'undefined-id',
69+
999999,
7070
$model->getKey()
7171
],
7272
],

0 commit comments

Comments
 (0)