Fix a typo in a Python test name (#7774)

This commit is contained in:
Ben Beasley
2023-01-09 13:32:50 -05:00
committed by GitHub
parent 3b8644d32c
commit ca6381bcc8

View File

@@ -131,7 +131,7 @@ class TestWireFormat(unittest.TestCase):
class TestObjectBasedAPI(unittest.TestCase):
""" Tests the generated object based API."""
def test_consistenty_with_repeated_pack_and_unpack(self):
def test_consistency_with_repeated_pack_and_unpack(self):
""" Checks the serialization and deserialization between a buffer and
its python object. It tests in the same way as the C++ object API test,