mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Fix a typo in a Python test name (#7774)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user