Skip to content

Commit

Permalink
테스트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimReady committed Apr 22, 2024
1 parent eca4ca7 commit 77e20c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class DefaultSponsorRepositoryTest : StringSpec() {
)
"역직렬화 테스트" {
val expected = Sponsor(
name = "당근마켓",
name = "당근",
imageUrl = "https://raw.githubusercontent.com/droidknights/DroidKnightsApp/main/feature/home/src/main/res/drawable/img_sponsor_daangn.png",
homepage = "https://about.daangn.com/",
grade = Sponsor.Grade.PLATINUM,
Expand Down

0 comments on commit 77e20c5

Please sign in to comment.