[go: nahoru, domu]

Skip to content

Commit

Permalink
More spn testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 7, 2020
1 parent a0e3216 commit 23cbe1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cantools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '35.2.0'
__version__ = '35.3.0'
3 changes: 3 additions & 0 deletions tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3884,6 +3884,9 @@ def test_j1939_dbc(self):
signal = db.messages[0].signals[0]
self.assertEqual(signal.spn, 500)

signal = db.messages[1].signals[0]
self.assertEqual(signal.spn, None)

def test_j1939_frame_id_pack_unpack(self):
Data = namedtuple('Data',
[
Expand Down

0 comments on commit 23cbe1f

Please sign in to comment.