Skip to content

Commit

Permalink
[style] : 코드 리포멧팅
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Dec 26, 2024
1 parent 013484a commit ef6b975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import io.swagger.v3.oas.annotations.OpenAPIDefinition;
import io.swagger.v3.oas.annotations.info.Info;
import io.swagger.v3.oas.annotations.servers.Server;

@OpenAPIDefinition(
info = @Info(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CreditHistoryServiceTest {

@DisplayName("회원 아이디 리스트에 속하는 회원에 대한 크레딧을 모두 저장할 수 있다.")
@Test
void test() {
void saveCreditHistoryInMemberIds() {
//given
List<Long> memberIds = List.of(1L, 2L);
Member member1 = MemberFixture.member(memberIds.get(0));
Expand Down

0 comments on commit ef6b975

Please sign in to comment.