Skip to content

Commit

Permalink
Fixed tests to avoid updating it with every release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 21, 2022
1 parent d245b01 commit aad1481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Command/LinkDependenciesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LinkDependenciesCommandTest extends TestCase
"shouldBeAddedAsVCS": false
},
{
"requirement": "dev-known-issue-message as 4.3.x-dev",
"requirement": "dev-ibx-3842-extend-product-tests as 4.2.x-dev",
"repositoryUrl": "https://github.com/ibexa/behat",
"package": "ibexa/behat",
"shouldBeAddedAsVCS": false
Expand Down Expand Up @@ -61,7 +61,7 @@ public function testGeneratesCorrectDependenciesJsonFile(): void
'3',
'https://github.com/ibexa/admin-ui/pull/577',
'https://github.com/ibexa/recipes-dev/pull/24',
'https://github.com/ibexa/behat/pull/37',
'https://github.com/ibexa/behat/pull/46',
]);

$this->commandTester->execute([]);
Expand Down

0 comments on commit aad1481

Please sign in to comment.