Skip to content

Commit

Permalink
Merge pull request #654 from pinkary-project/fix/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Sep 22, 2024
2 parents 7bac2d8 + 07ac30f commit b96ec86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Livewire/Home/FollowingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@

$component->assertDontSee('1st child question for '.str($answerForAnotherFollowingUser)->snake());
$component->assertDontSee($answerForNonFollowingUser);
$component->assertDontSee('3rd nested child question for '.str($answerForAuthUser)->snake());
$component->assertDontSee('3rd nested child question for '.str($answerForNonFollowingUser)->snake());
});

0 comments on commit b96ec86

Please sign in to comment.