Skip to content

Commit

Permalink
refactor: develop 업데이트 부분 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
parksey committed Nov 7, 2023
1 parent 4b00b42 commit b9b90f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/static/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ <h4 id="_상태코드httpstatus"><a class="link" href="#_상태코드httpstatus"
<div id="footer">
<div id="footer-text">
Version 0.0.1-SNAPSHOT<br>
Last updated 2023-11-07 15:07:02 +0900
Last updated 2023-11-07 17:14:47 +0900
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/docs/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h4 id="_응답" class="discrete">응답</h4>
<div id="footer">
<div id="footer-text">
Version 0.0.1-SNAPSHOT<br>
Last updated 2023-11-07 15:07:02 +0900
Last updated 2023-11-07 17:14:47 +0900
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import com.moabam.api.domain.repository.MemberRepository;
import com.moabam.api.dto.AuthorizationTokenInfoResponse;
import com.moabam.api.dto.LoginResponse;
import com.moabam.fixture.AuthorizationResponseFixture;
import com.moabam.fixture.MemberFixture;
import com.moabam.support.fixture.AuthorizationResponseFixture;
import com.moabam.support.fixture.MemberFixture;

@ExtendWith(MockitoExtension.class)
class MemberServiceTest {
Expand Down

0 comments on commit b9b90f2

Please sign in to comment.