Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_protobuf.py')
-rw-r--r--tests/test_protobuf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_protobuf.py b/tests/test_protobuf.py
index 88de8cb0..befdafd1 100644
--- a/tests/test_protobuf.py
+++ b/tests/test_protobuf.py
@@ -33,7 +33,7 @@ def doc_pb():
def test_parse_protobuf(doc_pb):
- assert doc_pb.ByteSize() == 4239
+ assert doc_pb.ByteSize() == 4709
def test_write_protobuf(doc_pb):