[go: nahoru, domu]

Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 7, 2020
1 parent 391f4eb commit a0e3216
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3881,8 +3881,6 @@ def test_j1939_dbc(self):
self.assertEqual(db.messages[0].frame_id, 0x15340201)
self.assertEqual(db.messages[0].protocol, 'j1939')

def test_j1939_spn_attribute(self):
db = cantools.database.load_file('tests/files/dbc/j1939.dbc')
signal = db.messages[0].signals[0]
self.assertEqual(signal.spn, 500)

Expand Down

0 comments on commit a0e3216

Please sign in to comment.