Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jana-starkova committed Jul 31, 2024
1 parent 4f304a5 commit ea57d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_structfield_comparer.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def it_returns_true_when_nested_types_have_different_nullability_with_ignore_nul
def it_returns_true_when_inner_metadata_is_different_but_ignored():
sf1 = StructField("hi", StructType([StructField("world", IntegerType(), False)]), False)
sf2 = StructField("hi", StructType([StructField("world", IntegerType(), False, {"a": "b"})]), False)
assert are_structfields_equal(sf1, sf2, ignore_metadata=True) is True
assert are_structfields_equal(sf1, sf2, ignore_metadata=True) is True

0 comments on commit ea57d81

Please sign in to comment.