mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-06 20:37:18 +00:00
Fix assertion
This commit is contained in:
parent
c483450157
commit
2662da65cf
@ -31,7 +31,7 @@ class HexdumpLoaderTests(unittest.TestCase):
|
||||
self.fail()
|
||||
except ValueError as exc:
|
||||
msg = 'Start address was not found in data'
|
||||
self.assertTrue(str(exc).startswith('Start address'))
|
||||
self.assertEqual(msg, str(exc))
|
||||
|
||||
def test_raises_when_start_address_is_invalid(self):
|
||||
text = 'oops: aa bb cc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user