Skip to content

Commit

Permalink
refactor: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-min committed Jan 21, 2024
1 parent 8a3f221 commit 954386b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class AdminLongProblemControllerIntegrationTest : IntegrationTest() {
description = "This is a test problem",
tags = mutableListOf(),
standardAnswers = listOf("업데이트될 모범 답안"),
// gradingStandards = mutableListOf(),
)

// when
Expand Down Expand Up @@ -61,8 +60,7 @@ class AdminLongProblemControllerIntegrationTest : IntegrationTest() {
description = longProblem.description,
tags = mutableListOf(newTag1.name, newTag2.name),
standardAnswers = emptyList(),
// gradingStandards = mutableListOf(),
)
g )

// when
val response = request(
Expand Down

0 comments on commit 954386b

Please sign in to comment.