File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ def test_client_bin_game_status_update(self):
289289 packet = smpacket .SMPacketClientNSCGSU (
290290 player_id = 0 ,
291291 step_id = 8 ,
292- grade = 1 ,
292+ grade = 0 ,
293293 score = 50000 ,
294294 combo = 1 ,
295295 health = 50 ,
@@ -302,7 +302,7 @@ def test_client_bin_game_status_update(self):
302302
303303 self .assertEqual (len (songstats [0 ]["data" ]), 1 )
304304 self .assertEqual (songstats [0 ]["data" ][0 ]["stepid" ], 8 )
305- self .assertEqual (songstats [0 ]["data" ][0 ]["grade" ], 1 )
305+ self .assertEqual (songstats [0 ]["data" ][0 ]["grade" ], 0 )
306306 self .assertEqual (songstats [0 ]["data" ][0 ]["score" ], 50000 )
307307 self .assertEqual (songstats [0 ]["data" ][0 ]["combo" ], 1 )
308308 self .assertEqual (songstats [0 ]["data" ][0 ]["health" ], 50 )
You can’t perform that action at this time.
0 commit comments