From 4539221cec4d68cde2c5772e832196ee9436939c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp=20=28TWiStErRob=29?= Date: Mon, 8 Apr 2024 22:22:25 +0100 Subject: [PATCH] Improve conventional test naming --- tests/src/test/kotlin/test/AdditionalMatchersTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/test/kotlin/test/AdditionalMatchersTest.kt b/tests/src/test/kotlin/test/AdditionalMatchersTest.kt index 3b4fb8b..bb6f5ed 100644 --- a/tests/src/test/kotlin/test/AdditionalMatchersTest.kt +++ b/tests/src/test/kotlin/test/AdditionalMatchersTest.kt @@ -134,7 +134,7 @@ class AdditionalCaptorsTest : TestBase() { } @Test - fun testfind() { + fun testFind() { mock().apply { string("Hello") verify(this).string(find("l+o$".toRegex()))