changing how to handle message and tests

This commit is contained in:
GitBluub
2023-04-02 20:46:01 +09:00
parent b2e11b013c
commit 09fd62706b
12 changed files with 358 additions and 325 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{"type":"start", "id": 1, "mode": "normal", "user_id": 1}
{"type":"start", "id": 1, "mode": "normal", "bearer": ""}
{"type": "note_on", "id": 1, "time": 3250, "note": 68}
{"type": "note_off", "id": 1, "time": 3490, "note": 68}
{"type": "note_on", "id": 2, "time": 3500, "note": 67}
@@ -19,5 +19,5 @@
{"type": "note_off", "id": 9, "time": 6740, "note": 62}
{"type": "note_on", "id": 10, "time": 6500, "note": 60}
{"type": "note_off", "id": 10, "time": 6990, "note": 60}
{}
{"type": "end"}
+1 -1
View File
@@ -8,4 +8,4 @@
{"id": 8, "timingScore": "perfect", "timingInformation": "fast"}
{"id": 9, "timingScore": "perfect", "timingInformation": "fast"}
{"id": 10, "timingScore": "perfect", "timingInformation": "fast"}
{"overallScore": 1000, "score": {}}
{"overallScore": 1000, "score": {"missed": 0, "good": 0, "great": 0, "perfect": 0, "maxScore": 1000}}