Skip to content

Commit

Permalink
temp: break a random unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Aug 5, 2024
1 parent af81c15 commit 17f7118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class UnifiedCommentLevelerTest {
fun `createLevelList creates list of comments with correct level variable`() {
val leveledCommentList = commentLeveler.createLevelList()

val leveledFirstTopLevelComment = leveledCommentList.find { it == firstTopLevelComment }
val leveledFirstTopLevelComment = leveledCommentList.find { it != firstTopLevelComment }
Assert.assertNotNull(leveledFirstTopLevelComment)
Assert.assertEquals(0, leveledFirstTopLevelComment!!.level)

Expand Down

0 comments on commit 17f7118

Please sign in to comment.