Skip to content

Commit

Permalink
renaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Jul 31, 2023
1 parent 8cc966c commit ed4e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/data_processing/test_data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ def test__transform_constraints_is_condition_false_returns_data(self):
assert result.equals(expected_result)
assert dp._constraints_to_reverse == []

def test_reverse_transform_blah(self):
def test_reverse_transform(self):
"""Test the ``reverse_transform`` method.
This method should attempt to reverse transform all the columns using the
Expand Down

0 comments on commit ed4e991

Please sign in to comment.