Skip to content

Commit 287786d

Browse files
committed
remove extra whitespace in test
1 parent 2397211 commit 287786d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def test_reset_game_from_rewind(self):
384384
parser.read(StringIO(
385385
"D 00:35:10.5056220 GameState.DebugPrintGame() - PlayerID=1, PlayerName=GoodestEng#3914" # noqa
386386
"D 00:35:10.5056220 GameState.DebugPrintGame() - PlayerID=2, PlayerName=UNKNOWN HUMAN PLAYER" # noqa
387-
"D 00:35:37.6421200 GameState.DebugPrintPower() - TAG_CHANGE Entity=Kelsier#6544 tag=MULLIGAN_STATE value=DONE" # noqa
387+
"D 00:35:37.6421200 GameState.DebugPrintPower() - TAG_CHANGE Entity=Kelsier#6544 tag=MULLIGAN_STATE value=DONE" # noqa
388388
))
389389

390390
# This shouldn't raise an exception

0 commit comments

Comments
 (0)