Skip to content

Commit

Permalink
로직 수정으로 인해 달라진 스펙을 테스트에 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeniuus committed Nov 3, 2023
1 parent 58975ee commit 3d90ed6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d90ed6

Please sign in to comment.