From c85748075388291f1341d101a7b0a1be29199658 Mon Sep 17 00:00:00 2001 From: pricelees Date: Tue, 22 Jul 2025 10:33:41 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=94=94=EB=B2=84=EA=B9=85=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=82=AC=EC=9A=A9=ED=96=88=EB=8D=98=20=EC=9E=84?= =?UTF-8?q?=EC=8B=9C=20main=20=EB=A9=94=EC=84=9C=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../payment/infrastructure/client/SampleTossPaymentConst.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/java/roomescape/payment/infrastructure/client/SampleTossPaymentConst.kt b/src/test/java/roomescape/payment/infrastructure/client/SampleTossPaymentConst.kt index 79dfa269..571a3ab0 100644 --- a/src/test/java/roomescape/payment/infrastructure/client/SampleTossPaymentConst.kt +++ b/src/test/java/roomescape/payment/infrastructure/client/SampleTossPaymentConst.kt @@ -194,7 +194,3 @@ object SampleTossPaymentConst { } """.trimIndent() } - -fun main() { - println((amount / 1.1).roundToLong()) -} \ No newline at end of file