Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davisdude authored Feb 25, 2023
1 parent e01ecad commit 2588e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/replays.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_v2(self):
def test_unknown_event(self):
with self.assertLogs(log, 'INFO') as log_context:
game = self._game('unknown_event')
self.assertEqual(log_context.output, ['INFO:root:ignoring unknown event type: 0xff'])
self.assertEqual(log_context.output, ['INFO:slippi.log:ignoring unknown event type: 0xff'])

def test_items(self):
game = self._game('items')
Expand Down

0 comments on commit 2588e08

Please # to comment.