From 3e1f0c58d4bed8fde3ec302792cfc2ea74a327fa Mon Sep 17 00:00:00 2001 From: ParkJiwoon Date: Fri, 22 Apr 2022 21:48:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B1=EA=B3=B5=ED=95=98=EB=8A=94=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=BD=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/com/example/practicegithubaction/SampleTest.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/kotlin/com/example/practicegithubaction/SampleTest.kt b/src/test/kotlin/com/example/practicegithubaction/SampleTest.kt index 5a68a45..49820bc 100644 --- a/src/test/kotlin/com/example/practicegithubaction/SampleTest.kt +++ b/src/test/kotlin/com/example/practicegithubaction/SampleTest.kt @@ -9,4 +9,10 @@ class SampleTest { fun testSuccess() { assertThat("hello").isEqualTo("hello") } + + + @Test + fun testSuccess2() { + assertThat("hello").isEqualTo("hello") + } }