bugfix
This commit is contained in:
parent
4e54a91848
commit
e8564c324c
@ -101,7 +101,7 @@ def test_version(dev):
|
||||
# read the version, yawn.
|
||||
v = dev.send_recv(CCProtocolPacker.version())
|
||||
assert '\n' in v
|
||||
date, label, bl = v.split('\n')
|
||||
date, label, bl, *extras = v.split('\n')
|
||||
assert '-' in date
|
||||
assert '.' in label
|
||||
assert '.' in bl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user