Skip to content

Commit

Permalink
Refactor JournalTest to remove unnecessary dump statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Sep 26, 2024
1 parent ae5d920 commit 7f7ea16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/JournalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@

Config::set('notifier.discord.webhook', '');
$discord = Journal::handler($exception, toDatabase: true, toNotifier: 'discord');
dump($discord);
expect($discord)->toBeInstanceOf(NotifierJournal::class);
});

0 comments on commit 7f7ea16

Please sign in to comment.