add diffGrades() to GradesController
Some checks failed
continuous-integration/drone/push Build is failing

* implement unit tests for diffGrades()
This commit is contained in:
2020-08-30 18:13:15 +02:00
parent f12873fe00
commit 95362d5ab8
7 changed files with 107 additions and 28 deletions

View File

@ -2,6 +2,11 @@ kind: pipeline
name: default
steps:
- name: test
image: gradle:jre11
commands:
- ./gradlew test
- name: assembleRelease
image: nextcloudci/android10:android-56
commands: