Skip to content

Commit

Permalink
test: change termRequest to data class
Browse files Browse the repository at this point in the history
Co-authored-by: kbsat <[email protected]>
  • Loading branch information
dongho108 and kbsat committed Aug 7, 2022
1 parent 856f534 commit fa205da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/apply/acceptance/fixture/TermFixture.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import io.restassured.RestAssured
import io.restassured.http.ContentType
import io.restassured.mapper.TypeRef

class TermRequest(var name: String)
data class TermRequest(var name: String)

class TermBuilder {
var name: String = "단독모집"
Expand Down

0 comments on commit fa205da

Please sign in to comment.