From 9351e889e786703b0ef92be76aa31c4ed7ee1cf6 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 3 Feb 2015 11:20:46 +0000 Subject: [PATCH] Fixing failing test --- Tests/PHPCI/Service/BuildServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/PHPCI/Service/BuildServiceTest.php b/Tests/PHPCI/Service/BuildServiceTest.php index 9b1097a3..6dff6385 100644 --- a/Tests/PHPCI/Service/BuildServiceTest.php +++ b/Tests/PHPCI/Service/BuildServiceTest.php @@ -56,7 +56,7 @@ class BuildServiceTest extends \PHPUnit_Framework_TestCase $this->assertNull($returnValue->getStarted()); $this->assertNull($returnValue->getFinished()); $this->assertNull($returnValue->getLog()); - $this->assertNull($returnValue->getCommitMessage()); + $this->assertEmpty($returnValue->getCommitMessage()); $this->assertNull($returnValue->getCommitterEmail()); $this->assertNull($returnValue->getExtra()); $this->assertEquals('master', $returnValue->getBranch());