Skip to content

Commit

Permalink
Fix a typo in a Python test name
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jan 9, 2023
1 parent 5638a6a commit e1204ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_wire_format(self):
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,
Expand Down

0 comments on commit e1204ef

Please sign in to comment.