Skip to content

Commit 944c02c

Browse files
committed
ICL: New testing tools assertions used.
1 parent 2c1885f commit 944c02c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Loggable/Notifications/DatabaseChannel/DatabaseChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function it_is_not_storing_notifications_to_database_if_it_is_disabled()
1111
{
1212
$this->artisan('database-notifications-disabled-command');
1313

14-
$this->assertFalse(Schema::hasTable('iclogger_notifications'));
14+
$this->dontSeeDatabaseTable('iclogger_notifications');
1515
}
1616

1717
/** @test */

0 commit comments

Comments
 (0)