Skip to content

Commit

Permalink
[DDING-000] Club, FixZone 테스트 에러 수정 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe authored Nov 8, 2024
1 parent c21ce99 commit a983911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ void updateClubInfo() {
"testactivity",
"testideal",
"testformUrl",
UuidCreator.getTimeBased().toString(),
UuidCreator.getTimeBased().toString()
null,
null
);

//when
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void update() {
savedFixZone.getId(),
"test",
"test",
List.of("0192c828-ffce-7ee8-94a8-d9d4c8cdec00", "0192c828-ffce-7ee8-94a8-d9d4c8cdec00")
null
);

//when
Expand Down

0 comments on commit a983911

Please sign in to comment.