Skip to content

테스트 추가 작성 #50

테스트 추가 작성

테스트 추가 작성 #50

Triggered via pull request November 25, 2024 16:28
Status Failure
Total duration 1m 19s
Artifacts

test-dev.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
MemberRepositoryTest.직렬별 사용자를 이름으로 정렬하여 조회한다. MEMBER 만 조회된다.: src/test/java/com/gdsc_knu/official_homepage/member/repository/MemberRepositoryTest.java#L42
org.opentest4j.AssertionFailedError: [Extracted: id, name] Expecting actual: [(4L, "다철수")] to contain exactly (and in same order): [(2L, "가철수"), (4L, "다철수"), (1L, "하철수")] but could not find the following elements: [(2L, "가철수"), (1L, "하철수")]
test
Process completed with exit code 1.
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/