Fix a typo in a test name

This commit is contained in:
Leonard Smith 2021-05-06 06:43:36 -05:00
parent f4708592dc
commit 0e2b564a7d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use App\Handlers\UlbXmlImportHandler;
use App\Helpers\Traits\BookTitleHelperTrait;
use Tests\TestCase;
class BookTitleHelperTraitText extends TestCase
class BookTitleHelperTraitTest extends TestCase
{
public function testThatParseBookTitleHandlesNumberedBooksCorrectly()
{