test: fix ondeck tests following refactoring

This commit is contained in:
Gauthier Roebroeck 2021-04-27 21:58:55 +08:00
parent c99b6cdf3e
commit dc999119e2

View file

@ -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)
)