Skip to content

Commit

Permalink
Improve conventional test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 8, 2024
1 parent ebedfb9 commit 4539221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/kotlin/test/AdditionalMatchersTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class AdditionalCaptorsTest : TestBase() {
}

@Test
fun testfind() {
fun testFind() {
mock<Methods>().apply {
string("Hello")
verify(this).string(find("l+o$".toRegex()))
Expand Down

0 comments on commit 4539221

Please sign in to comment.