Skip to content

Commit e5e5675

Browse files
committed
Small repair in unit tests
1 parent 059641c commit e5e5675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/tests/Unit/NotesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testCanOpenNoteCreateForm()
5454
$response->assertStatus(200)->assertJson([
5555
[
5656
'value' => $status->id,
57-
'text' => $status->name,
57+
'label' => $status->name,
5858
]
5959
]);
6060
}

0 commit comments

Comments
 (0)