Skip to content

Commit

Permalink
Merge pull request #6 from ucraft-com/fix/workspace_support
Browse files Browse the repository at this point in the history
fix workspace support
  • Loading branch information
gor911 authored Jan 30, 2025
2 parents db1855a + 565eea1 commit 39939d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/BulkProcessExecutor/BulkProcessExecutorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public function testCreateBulkProcess(): void
],
Entity::PRODUCT,
Operation::DELETE,
'builder.ucraft.dev'
'builder.ucraft.dev',
'acme',
);

$this->assertInstanceOf(BulkProcess::class, $bulkProcess);
Expand Down Expand Up @@ -69,7 +70,8 @@ public function testGetBulkProcess(): void
],
Entity::PRODUCT,
Operation::DELETE,
'builder.ucraft.dev'
'builder.ucraft.dev',
'acme',
);

$bulkProcess = $executor->getBulkProcess($createdBulkProcess->getProcessId());
Expand Down

0 comments on commit 39939d0

Please sign in to comment.