Fix linting warnings

This commit is contained in:
2020-08-22 05:11:59 +02:00
parent bad5322abd
commit eeae982a71
19 changed files with 47 additions and 54 deletions
@@ -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
}
}
}