diff --git a/src/intTest/kotlin/mastodon/notifications/MongodbNotificationsApiPaginationTest.kt b/src/intTest/kotlin/mastodon/notifications/MongodbNotificationsApiPaginationTest.kt index f8eb566e..b2e6cff0 100644 --- a/src/intTest/kotlin/mastodon/notifications/MongodbNotificationsApiPaginationTest.kt +++ b/src/intTest/kotlin/mastodon/notifications/MongodbNotificationsApiPaginationTest.kt @@ -165,6 +165,9 @@ class MongodbNotificationsApiPaginationTest { fun setupMongodb( @Autowired mongoMastodonNotificationRepository: MongoMastodonNotificationRepository ) { + + mongoMastodonNotificationRepository.deleteAll() + val notifications = (1..65).map { MastodonNotification( it.toLong(),