Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Jan 16, 2025
1 parent 504f6d3 commit 6c2d3be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ class CommentSqlUtilsTest {
val remoteComments = generateCommentModels(50, ALL)

// exclude first 3 comments
remoteComments.removeFirst()
remoteComments.removeFirst()
remoteComments.removeFirst()
remoteComments.removeAt(0)
remoteComments.removeAt(0)
remoteComments.removeAt(0)

commentsInDb.forEach {
CommentSqlUtils.insertOrUpdateComment(it)
Expand Down

0 comments on commit 6c2d3be

Please sign in to comment.