mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
fix tests
This commit is contained in:
parent
b28f8b3ebd
commit
0ee18f9837
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class TestBCDataStream(unittest.TestCase):
|
|||
for v in values:
|
||||
self.assertEqual(s.read_compact_size(), v)
|
||||
|
||||
with self.assertRaises(IndexError):
|
||||
with self.assertRaises(transaction.SerializationError):
|
||||
s.read_compact_size()
|
||||
|
||||
def test_string(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue