Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Aug 24, 2023
1 parent 0ef099f commit 202af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_hyper_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ def test_update_transformers_no_field_transformers(self):
)
with pytest.raises(ConfigNotSetError, match=expected_msg):
instance.update_transformers(column_name_to_transformer)

assert instance.get_config() == expected_config

def test_update_transformers_mismatch_sdtypes(self):
Expand Down

0 comments on commit 202af16

Please sign in to comment.