Skip to content

Commit

Permalink
Fix heisenbug in IDE create test (#333)
Browse files Browse the repository at this point in the history
* Fix heisenbug in IDE create test

* just don't link repo
  • Loading branch information
danepowell authored Oct 23, 2020
1 parent fddfe38 commit 3965d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/src/Commands/Ide/IdeCreateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testCreate(): void {
$inputs = [
// Would you like Acquia CLI to search for a Cloud application that matches your local git config?
// Would you like to link the project at ... ?
'y',
'n',
0,
// Please select the application for which you'd like to create a new IDE
0,
Expand Down

0 comments on commit 3965d77

Please sign in to comment.