Skip to content

Commit

Permalink
Fixed test error
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacHatilima committed Oct 9, 2024
1 parent 91defb7 commit d85b48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/AlbumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
$response
->assertSessionHasNoErrors()
->assertRedirect(route('albums.index'));
$this->assertSame('Album', $album->name);
$this->assertSame('ALBUM', $album->name);
$response->assertStatus(302);

});

0 comments on commit d85b48a

Please sign in to comment.