Skip to content

Commit

Permalink
test: fix database notification test
Browse files Browse the repository at this point in the history
  • Loading branch information
chijioke-ibekwe committed Oct 20, 2024
1 parent 88be161 commit 479443b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Feature/DatabaseNotificationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ public function test_that_exception_is_thrown_when_database_notification_context
public function test_that_exception_is_thrown_when_database_notification_context_template_file_does_not_exist()
{
$this->expectException(RavenInvalidDataException::class);
$this->expectExceptionMessage('Database notification context with name user-updated has no template file ' .
'in /home/chijioke-ibekwe/projects/raven/vendor/orchestra/testbench-core/laravel/resources/templates/in_app');
$this->expectExceptionCode(422);

Notification::fake();
Expand Down

0 comments on commit 479443b

Please sign in to comment.