diff --git a/tests/unit/DocBlock/Tags/AuthorTest.php b/tests/unit/DocBlock/Tags/AuthorTest.php index d3fd06c..53274f1 100644 --- a/tests/unit/DocBlock/Tags/AuthorTest.php +++ b/tests/unit/DocBlock/Tags/AuthorTest.php @@ -42,7 +42,7 @@ class AuthorTest extends \PHPUnit_Framework_TestCase { $fixture = new Author('Mike van Riel', 'mike@phpdoc.org'); - $this->assertSame('@author Mike van Riel', $fixture->render()); + $this->assertSame('@author Mike van Riel ', $fixture->render()); } /**