fix unit test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lexi / Zoe 2020-06-28 17:26:46 +02:00
parent 30670338ce
commit 2a0af653cb
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ final class HelloWorldTest extends TestCase
public function testGetHello(): void
{
$hello = new HelloWorld();
$this->assertSame('Hello Drone! :3', $hello->getHello());
$this->assertSame('Hello world! :3', $hello->getHello());
}
}