fix: 게임 통계 조회 시 실패 게임도 거리 집계되는 문제 해결 #236
backend_dev_pr_workflow.yml
on: pull_request
backend check
1m 48s
Annotations
2 errors and 2 warnings
GameServiceTest.플레이어의 통계를 조회한다:
backend/src/test/java/com/now/naaga/game/application/GameServiceTest.java#L212
org.assertj.core.error.AssertJMultipleFailuresError:
Multiple Failures (4 failures)
-- failure 1 --
expected: 1
but was: 0
at GameServiceTest.lambda$플레이어의_통계를_조회한다$2(GameServiceTest.java:213)
-- failure 2 --
expected: 1
but was: 0
at GameServiceTest.lambda$플레이어의_통계를_조회한다$2(GameServiceTest.java:214)
-- failure 3 --
expected: 2
but was: 0
at GameServiceTest.lambda$플레이어의_통계를_조회한다$2(GameServiceTest.java:215)
-- failure 4 --
expected: 221
but was: 0
at GameServiceTest.lambda$플레이어의_통계를_조회한다$2(GameServiceTest.java:216)
|
backend check
Process completed with exit code 1.
|
플레이어의 통계를 조회한다 (com.now.naaga.game.application.GameServiceTest) failed:
com.now.naaga.game.application.GameServiceTest#L0
backend/build/test-results/test/TEST-com.now.naaga.game.application.GameServiceTest.xml
|
backend check
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/
|