Fix linting warnings
This commit is contained in:
@@ -175,7 +175,6 @@ internal class NoteRepositoryImplTest {
|
||||
assertThat(noteRepo.findAll(user2.id, tag = "c"))
|
||||
.hasSize(1)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Nested
|
||||
@@ -320,8 +319,5 @@ internal class NoteRepositoryImplTest {
|
||||
|
||||
assertThat(noteRepo.restore(user1.id, note1.uuid)).isFalse
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user