Skip to content

Commit 3f0e712

Browse files
committed
update test
1 parent 76b596f commit 3f0e712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_parser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,10 @@ def test_reset_game_from_rewind(self):
386386
parser.read(StringIO(
387387
"D 00:38:37.2981040 GameState.DebugPrintPower() - BLOCK_START BlockType=GAME_RESET Entity=[entityName=Stadium Announcer id=16 zone=PLAY zonePos=1 cardId=TIME_034 player=1] EffectCardId=System.Collections.Generic.List`1[System.String] EffectIndex=-1 Target=0 SubOption=-1\n" # noqa
388388
"D 00:38:37.2981040 GameState.DebugPrintPower() - RESET_GAME\n" # noqa
389-
"D 00:38:37.2981040 GameState.DebugPrintPower() - FULL_ENTITY - Updating [entityName=Portal Vanguard id=10 zone=DECK zonePos=0 cardId= player=1] CardID=\n" # noqa
390-
"D 00:38:37.2981040 GameState.DebugPrintPower() - tag=ZONE value=DECK\n" # noqa
389+
"D 00:38:37.2981040 GameState.DebugPrintPower() - FULL_ENTITY - Updating GoodestEng CardID=\n" # noqa
391390
"D 00:38:37.2981040 GameState.DebugPrintPower() - tag=CONTROLLER value=1\n" # noqa
392-
"D 00:38:37.2981040 GameState.DebugPrintPower() - tag=ENTITY_ID value=10\n" # noqa
391+
"D 00:38:37.2981040 GameState.DebugPrintPower() - tag=CARDTYPE value=PLAYER\n" # noqa
392+
"D 00:38:37.2981040 GameState.DebugPrintPower() - tag=PLAYER_ID value=1\n" # noqa
393393
"D 00:38:37.2981040 GameState.DebugPrintPower() - BLOCK_END\n" # noqa
394394
))
395395
parser.flush()

0 commit comments

Comments
 (0)