Skip to content

Commit c6bee0c

Browse files
committed
Fix test
1 parent ae7d7f7 commit c6bee0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Notes/CreateNotesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testAssetMustExist()
3535
'type' => 'asset',
3636
'note' => 'my note',
3737
])
38-
->assertStatus(404);
38+
->assertStatus(302);
3939
}
4040

4141
public function testCanCreateNoteForAsset()

0 commit comments

Comments
 (0)