Skip to content

Commit a7467c3

Browse files
Update UserId max_size from 20 to 80
1 parent 1acd3f6 commit a7467c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/proto/types_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def test_sodId(datafiles):
590590
# UserId tests
591591
def test_UserId():
592592
assert issubclass(UserId, bytes)
593-
assert UserId.max_size == 20
593+
assert UserId.max_size == 80
594594

595595
assert UserId(bytes.fromhex("01")) == bytes.fromhex("01")
596596
assert UserId(bytes.fromhex("0101")) == bytes.fromhex("0101")

0 commit comments

Comments
 (0)