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