Skip to content

Commit

Permalink
Resolve failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 21, 2023
1 parent bee2ff1 commit a716270
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Http/Controllers/GuestEntryControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
'_collection' => 'comments',
'name' => 'So, I was sitting there and somebody came up to me and I asked them something.',
])
->assertRedirect()
->assertSessionHas('success');
->assertRedirect();

$entry = Entry::all()->last();

Expand Down Expand Up @@ -1037,8 +1036,7 @@
'record_label' => 'Unknown',
'name' => 'Allo Mate',
])
->assertRedirect()
->assertSessionHas('success');
->assertRedirect();

$entry = Entry::find('allo-mate-idee');

Expand Down

0 comments on commit a716270

Please sign in to comment.