Skip to content

Commit

Permalink
⚙️ chore : github action 실행을 위한 사소한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Dec 4, 2024
1 parent 0e98e02 commit 13bec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/ranking/ranking.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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('랭킹 서비스 테스트', () => {
let rankingService: RankingService;
let assetRepository: AssetRepository;
let redisDomainService: RedisDomainService;
Expand Down

0 comments on commit 13bec0b

Please sign in to comment.