Merge branch 'develop' into bugfix/athena/request-feedback-button #475
check-translation-keys.yml
on: push
Check if translation keys are consistent
9s
Annotations
6 errors
Check if translation keys are consistent
Process completed with exit code 1.
|
test#L0
Junit Results ran 8234 in 1088.4799999999996 seconds 0 Errored, 2 Failed, 2 Skipped
|
updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false:
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/assessment/ResultListenerIntegrationTest.java#L0
Junit test updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false failed org.opentest4j.AssertionFailedError:
expected: 200.0
but was: 20.0
|
testDeleteModelingExerciseWithCompetency():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/modeling/ModelingExerciseIntegrationTest.java#L409
Junit test testDeleteModelingExerciseWithCompetency() failed Wanted but not invoked:
competencyProgressService.updateProgressByCompetencyAsync(
de.tum.cit.aet.artemis.atlas.domain.competency.Competency@34
);
-> at de.tum.cit.aet.artemis.atlas.service.competency.CompetencyProgressService.updateProgressByCompetencyAsync(CompetencyProgressService.java:123)
Actually, there were zero interactions with this mock.
|
de.tum.cit.aet.artemis.assessment.ResultListenerIntegrationTest ► updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false:
src/test/java/de/tum/cit/aet/artemis/assessment/ResultListenerIntegrationTest.java#L121
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.assessment.ResultListenerIntegrationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest ► testDeleteModelingExerciseWithCompetency():
src/main/java/de/tum/cit/aet/artemis/atlas/service/competency/CompetencyProgressService.java#L123
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|