Skip to content

Commit

Permalink
Merge pull request #1252 from keboola/zajca-fix-2
Browse files Browse the repository at this point in the history
fix test expectations
  • Loading branch information
zajca authored Jan 24, 2024
2 parents 69b0669 + 40a0862 commit 57fa559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Backend/CommonPart1/BranchStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function testCreateBranchResponse(): void

$this->assertSame(
[
'name' => 'Keboola\Test\Backend\CommonPart1\BranchStorageTest\testCreateBranchResponse2',
'name' => $branchName . '2',
'description' => '',
'isDefault' => false,
'creatorToken' => [
Expand Down

0 comments on commit 57fa559

Please sign in to comment.