Skip to content

Commit

Permalink
test name typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Dec 31, 2023
1 parent 0c1fe4e commit ec1a110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def fmd(self) -> FileMetaData:
def test_version(self, fmd):
assert fmd.version == 2

def test_schma(self, fmd):
def test_schema(self, fmd):
assert fmd.schema == [
SchemaElement(
type=None,
Expand Down

0 comments on commit ec1a110

Please sign in to comment.