changing how to handle message and tests
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user