Skip to content

Commit baddcb1

Browse files
committed
wip
1 parent a7573b1 commit baddcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Framework/Commands/DatabaseSeedCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function test_seed_when_only_one_seeder_is_available(): void
6868

6969
$this->console
7070
->call('db:seed')
71-
->print();
71+
->assertSuccess();
7272

7373
$book = Book::get(1);
7474
$this->assertSame('Timeline Taxi', $book->title);

0 commit comments

Comments
 (0)