Skip to content

Commit e6da372

Browse files
committed
Update test case
1 parent 800a805 commit e6da372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function setUp(): void
3131

3232
});
3333
//$this->artisan('vendor:publish --tag="workflow-storage-migrations"');
34-
//$this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
34+
$this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
3535
}
3636

3737
protected function getPackageProviders($app)

0 commit comments

Comments
 (0)