Skip to content

Commit 9351e88

Browse files
author
Dan Cryer
committed
Fixing failing test
1 parent 3ade895 commit 9351e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PHPCI/Service/BuildServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testExecute_CreateBasicBuild()
5656
$this->assertNull($returnValue->getStarted());
5757
$this->assertNull($returnValue->getFinished());
5858
$this->assertNull($returnValue->getLog());
59-
$this->assertNull($returnValue->getCommitMessage());
59+
$this->assertEmpty($returnValue->getCommitMessage());
6060
$this->assertNull($returnValue->getCommitterEmail());
6161
$this->assertNull($returnValue->getExtra());
6262
$this->assertEquals('master', $returnValue->getBranch());

0 commit comments

Comments
 (0)