Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jun 2, 2023
1 parent 7daf54b commit 8ef3048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Watchers/NotificationWatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private function performNotificationAssertions($channel, $route)
$this->assertFalse($entry->content['queued']);
$this->assertStringContainsString(is_array($route) ? implode(',', $route) : $route, $entry->content['notifiable']);
$this->assertSame($channel, $entry->content['channel']);
$this->assertNull($entry->content['response']);
$this->assertEmpty($entry->content['response']);
}
}

Expand Down

0 comments on commit 8ef3048

Please sign in to comment.