0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-23 04:10:22 +00:00

Fixed bad test class name

This commit is contained in:
Dan Brown 2020-01-18 14:07:43 +00:00
parent b9fb655b60
commit 1350136ca3
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9

View file

@ -2,7 +2,7 @@
use BookStack\Entities\Book;
class ApiAuthTest extends TestCase
class BooksApiTest extends TestCase
{
use TestsApi;