Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] ranking, auth, stock-list 서비스 테스트 코드 작성 #264

Merged
merged 7 commits into from
Dec 5, 2024

Conversation

jinddings
Copy link
Collaborator

✅ 주요 작업

  • ranking service 테스트 코드 작성
  • auth Service 테스트 코드 작성
  • stock-list service 테스트 코드 작성

@jinddings jinddings changed the base branch from dev to back/main December 4, 2024 09:40
@jinddings jinddings requested review from uuuo3o and sieunie and removed request for uuuo3o December 4, 2024 09:41
@jinddings jinddings self-assigned this Dec 4, 2024
@jinddings jinddings requested a review from uuuo3o December 4, 2024 09:41
@jinddings jinddings added BE 백엔드 TEST 테스트 코드 작성 labels Dec 4, 2024
Copy link
Collaborator

@uuuo3o uuuo3o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@@ -4,7 +4,7 @@ import { RedisDomainService } from '../common/redis/redis.domain-service';
import { AssetRepository } from '../asset/asset.repository';
import { SortType } from './enum/sort-type.enum';

describe('Ranking Service 테스트', () => {
describe('랭킹 서비스 테스트', () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 이거 깃허브 액션에서 터지나요???? 대체 왜 터지지.. 진짜 궁금하네요.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넹? 아뇨 안터져유.. ㅋㅋㅋ dev 브랜치로 잘못 풀리퀘 날려서 action 수행중인거 지우고 다시 하느라.. ㅎㅎ

Copy link
Collaborator

@sieunie sieunie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

@jinddings jinddings linked an issue Dec 4, 2024 that may be closed by this pull request
@uuuo3o uuuo3o merged commit 9051100 into back/main Dec 5, 2024
2 checks passed
@jinddings jinddings deleted the test/api/J119 branch December 5, 2024 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 TEST 테스트 코드 작성
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 27.07 백엔드 테스트 코드 작성
3 participants