Skip to content

Commit 0376f4b

Browse files
committed
test: fix test that waits user input forever
1 parent 4767584 commit 0376f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Commands/Database/ShowTableInfoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testDbTable(): void
6666

6767
public function testDbTableShowsDBConfig(): void
6868
{
69-
command('db:table');
69+
command('db:table --show');
7070

7171
$result = $this->getNormalizedResult();
7272

0 commit comments

Comments
 (0)