Skip to content

Commit

Permalink
Merge branch 'dev' into refactor/#209
Browse files Browse the repository at this point in the history
  • Loading branch information
smartandhandsome authored Dec 21, 2023
2 parents b9476af + 1960414 commit ad483d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void startTest() {

@Test
@DisplayName("매칭을 취소할 수 있다.")
void cancelMatching() {
void cancelMatchingTest() {
// given
User user = user(MATCHING);
String companyName = "회사명";
Expand All @@ -118,7 +118,7 @@ void cancelMatching() {

@Test
@DisplayName("MATCHING 상태가 아닐 때 매칭을 취소하면 예외가 발생 한다.")
void cancelMatching_BadException() {
void cancelMatchingTest_BadRequestException() {
// given
User user = userExcludingStatus(MATCHING);
Long userId = user.getId();
Expand Down

0 comments on commit ad483d5

Please sign in to comment.