Skip to content

Commit

Permalink
TEMP: add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 13, 2023
1 parent 34f3452 commit b986805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ViewModelTests {
@Test
fun ensureViewModelsHaveViewModelSuffix() {
Konsist.scopeFromProject().classes().withAllParentsOf(ViewModel::class).assert {
it.name.endsWith("ViewModel")
it.name.endsWith("ViewModell")
}
}
}

0 comments on commit b986805

Please sign in to comment.