Skip to content

Commit 1644c5c

Browse files
Fix unit test.
1 parent 19e8822 commit 1644c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Commands/ConstructCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public function testProjectGenerationFromConfiguration()
375375

376376
public function testProjectGenerationWithGitHubAlias()
377377
{
378-
$this->setMocks(4, 3, 10, 10, 11);
378+
$this->setMocks(5, 3, 10, 9, 11);
379379
$this->filesystem->shouldReceive('move')->times(1)->andReturnNull();
380380

381381
$app = $this->setApplication();

0 commit comments

Comments
 (0)