Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Oct 10, 2023
1 parent e761e5f commit 66db566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DbImporterFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getCliName(): string

$instance = DbImporterFactory::createFromConnection('unsupported-driver');

expect($instance->getImportCommand())->toEqual('import-command');
expect($instance->getImportCommand('path/to/dump/file'))->toEqual('import-command');
});

it('throws exception if no db importer instance can be created for connection')
Expand Down

0 comments on commit 66db566

Please sign in to comment.