Skip to content

Commit

Permalink
Merge pull request #55 from keboola/PST-2376-ondra-fix
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
ondrajodas authored Jan 23, 2025
2 parents 6ea67cf + 9f4c4fe commit 0291aa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/phpunit/MigrateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,11 @@ public function testMigrateShouldHandleEncryptionApiErrorResponse(): void
];
});

$sourceClientMock
->method('generateId')
->willReturn('123')
;

/** @var JobRunner $sourceJobRunnerMock */
/** @var JobRunner $destJobRunnerMock */
$migrate = new Migrate(
Expand Down

0 comments on commit 0291aa1

Please sign in to comment.