]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/BooksApiTest.php
Fixed bad test class name
[bookstack] / tests / Api / BooksApiTest.php
index f560bfffdaef1dfa6b1126157db83fd23efcaca8..813e343603a47eebf6400433a53895744fcc6315 100644 (file)
@@ -2,7 +2,7 @@
 
 use BookStack\Entities\Book;
 
-class ApiAuthTest extends TestCase
+class BooksApiTest extends TestCase
 {
     use TestsApi;