Skip to content

Commit

Permalink
tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jul 22, 2023
1 parent 88f9347 commit 51a320e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_expectativas.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ def test_expectativas_date_format(endpoints):
assert isinstance(data, pd.DataFrame)
assert data.shape[0] == 1
assert isinstance(data["Data"].iloc[0], datetime)
if "DataReferencia" in data.columns:
assert isinstance(data["DataReferencia"].iloc[0], datetime)

0 comments on commit 51a320e

Please sign in to comment.