fix
This commit is contained in:
@@ -44,8 +44,8 @@ class AuthorServiceTest {
|
|||||||
testAuthor.setId(testId);
|
testAuthor.setId(testId);
|
||||||
testAuthor.setNotes("Test notes");
|
testAuthor.setNotes("Test notes");
|
||||||
|
|
||||||
// Initialize service with null TypesenseService (which is allowed)
|
// Initialize service with null TypesenseService and LibraryAwareService (which is allowed for tests)
|
||||||
authorService = new AuthorService(authorRepository, null);
|
authorService = new AuthorService(authorRepository, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user