mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 03:43:43 +01:00
test: fix ondeck tests following refactoring
This commit is contained in:
parent
c99b6cdf3e
commit
dc999119e2
1 changed files with 3 additions and 3 deletions
|
|
@ -231,8 +231,8 @@ class BookDtoDaoTest(
|
|||
|
||||
// when
|
||||
val found = bookDtoDao.findOnDeck(
|
||||
emptyList(),
|
||||
user.id,
|
||||
null,
|
||||
PageRequest.of(0, 20)
|
||||
)
|
||||
|
||||
|
|
@ -252,8 +252,8 @@ class BookDtoDaoTest(
|
|||
|
||||
// when
|
||||
val found = bookDtoDao.findOnDeck(
|
||||
emptyList(),
|
||||
user.id,
|
||||
null,
|
||||
PageRequest.of(0, 20)
|
||||
)
|
||||
|
||||
|
|
@ -276,8 +276,8 @@ class BookDtoDaoTest(
|
|||
|
||||
// when
|
||||
val found = bookDtoDao.findOnDeck(
|
||||
emptyList(),
|
||||
user.id,
|
||||
null,
|
||||
PageRequest.of(0, 20)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue