From 3d90ed67855410908eca8eb150ad5f22589af3b1 Mon Sep 17 00:00:00 2001 From: Zeniuus Date: Sat, 4 Nov 2023 00:12:08 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EC=A7=81=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=B4=20=EB=8B=AC=EB=9D=BC?= =?UTF-8?q?=EC=A7=84=20=EC=8A=A4=ED=8E=99=EC=9D=84=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=97=90=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../challenge/infra/adapter/in/controller/GetChallengeTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app-server/subprojects/bounded_context/challenge/infra/src/integrationTest/kotlin/club/staircrusher/challenge/infra/adapter/in/controller/GetChallengeTest.kt b/app-server/subprojects/bounded_context/challenge/infra/src/integrationTest/kotlin/club/staircrusher/challenge/infra/adapter/in/controller/GetChallengeTest.kt index 1ed49a969..aff8aaee2 100644 --- a/app-server/subprojects/bounded_context/challenge/infra/src/integrationTest/kotlin/club/staircrusher/challenge/infra/adapter/in/controller/GetChallengeTest.kt +++ b/app-server/subprojects/bounded_context/challenge/infra/src/integrationTest/kotlin/club/staircrusher/challenge/infra/adapter/in/controller/GetChallengeTest.kt @@ -75,7 +75,6 @@ class GetChallengeTest : ChallengeITBase() { assertTrue(getChallengeResponse.challenge.participationsCount == users.count()) assertTrue(getChallengeResponse.challenge.contributionsCount == contributions.count()) assertTrue(getChallengeResponse.hasJoined) - assertTrue(getChallengeResponse.myRank != null) } @Test