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

fix: 스터디 성공률 계산 로직 수정 #555

Open
wants to merge 2 commits into
base: BE/develop
Choose a base branch
from

Merge branch 'BE/develop' into BE/fix/547

6fc5fe1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix: 스터디 성공률 계산 로직 수정 #555

Merge branch 'BE/develop' into BE/fix/547
6fc5fe1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Nov 2, 2023 in 0s

1 fail, 111 pass in 25s

112 tests  +2   111 ✔️ +2   25s ⏱️ +6s
  22 suites ±0       0 💤 ±0 
  22 files   ±0       1 ±0 

Results for commit 6fc5fe1. ± Comparison against earlier commit a12b4a0.

Annotations

Check warning on line 0 in com.yigongil.backend.acceptance.steps.EntryPoint

See this annotation in the file changed.

@github-actions github-actions / Test Results

스터디 하나 성공, 하나 실패하면 성공률이 50 퍼센트이다 (com.yigongil.backend.acceptance.steps.EntryPoint) failed

backend/build/test-results/test/TEST-com.yigongil.backend.acceptance.steps.EntryPoint.xml [took 1s]
Raw output
org.opentest4j.AssertionFailedError: 
expected: 50.0
 but was: 100.0
	at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at app//com.yigongil.backend.acceptance.steps.StudyProgressStep.성공률_계산(StudyProgressStep.java:126)
	at ✽."noiman"의 스터디 성공률이 50 퍼센트이다(file:///home/runner/work/2023-yigongil/2023-yigongil/backend/src/test/resources/features/study-progress.feature:137)