Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit e8092e3

Browse files
committed
Merge branch 'master' of https://github.com/zachleigh/yarak
2 parents 955f3f9 + 60dbaff commit e8092e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/MigrateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function it_rollsback_mutliple_steps()
8686
Yarak::call([
8787
'command' => 'migrate',
8888
'--rollback' => true,
89-
'--steps' => 2
89+
'--steps' => 2,
9090
], $this->getConfig()->getAll());
9191

9292
$this->seeTableDoesntExist('users');

0 commit comments

Comments
 (0)