Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petertgiles committed Oct 31, 2024
1 parent 137df42 commit d0a7dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testNotifyWhenPublished(): void
Notification::assertSentTimes(NewJobPosted::class, 2);
}

// triggers a notification when the pool is published
// no notification when the pool is published with the "other" group
public function testNothingSentForOtherGroup(): void
{
$pool = Pool::factory()
Expand Down

0 comments on commit d0a7dd8

Please sign in to comment.