Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Mar 7, 2025
1 parent 2cae294 commit 822bcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/cag/test_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def test_reverse_transform_floats(self):
'a': np.dtype('float'),
'b': np.dtype('float'),
'c': np.dtype('float'),
'col': np.dtype('int'),
'col': pd.Series([1]).dtype,
}
}

Expand Down Expand Up @@ -805,7 +805,7 @@ def test_reverse_transform_datetime(self):
'a': np.dtype('<M8[ns]'),
'b': np.dtype('<M8[ns]'),
'c': np.dtype('<M8[ns]'),
'col': np.dtype('int64'),
'col': pd.Series([1]).dtype,
}
}

Expand Down

0 comments on commit 822bcb9

Please sign in to comment.