Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 23, 2024
1 parent 1c4def1 commit ce7f6b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testPushArtifactHelp(): void
This command is designed for a specific scenario in which there are two branches or repositories involved: a source branch without vendor files committed, and an artifact branch with them. If both your source and destination branches are the same, you should simply use git push instead.
EOF;
$this->assertEquals($expectedHelp, $help);
self::assertStringContainsStringIgnoringLineEndings($expectedHelp, $help);
$this->assertStringNotContainsString('This command requires authentication', $help);
}

Expand Down

0 comments on commit ce7f6b4

Please sign in to comment.