Skip to content

Commit

Permalink
fix: 실패하는 테스트 케이스 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Oct 10, 2024
1 parent d50722f commit 3d0b581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void parse() {

String profile = imageParser.parse(url);

String expected = "https://dev.mouda.site/asset/profile/7c60f9f0-a8ef-4209-8768-9c9a010bbc24.png";
String expected = "https://dev.mouda.site/profile/7c60f9f0-a8ef-4209-8768-9c9a010bbc24.png";
assertThat(profile).isEqualTo(expected);
}
}

0 comments on commit 3d0b581

Please sign in to comment.