Skip to content

Commit

Permalink
Python unit tests must define certain subfields
Browse files Browse the repository at this point in the history
  • Loading branch information
GenoJAFord committed Oct 19, 2020
1 parent 26ed7fa commit 8db96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/streamer_test_utils.py
Expand Up @@ -52,7 +52,7 @@ def _check_serialized_deserialize_equal(self, deserialized):
eq_(deserialized, self.formatter.deserialize(serialized))

def test_simple_vehicle_message(self):
self._check_serialized_deserialize_equal({'name': "foo", 'value': 42})
self._check_serialized_deserialize_equal({'name': "foo", 'event': False, 'value': 42})

def test_command(self):
self._check_serialized_deserialize_equal({'command': "version"})
Expand Down

0 comments on commit 8db96a8

Please sign in to comment.