Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida committed Jun 4, 2024
1 parent 7279bf8 commit fde7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_copebr.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def test_final_dataframe_with_50_geocodes(self):
"pressao_min": dtype("float64"),
"precip_tot": dtype("float64"),
"geocodigo": dtype("int64"),
"epiweek": pd.StringDtype(storage="pyarrow"),
"epiweek": dtype("O"),
},
)

Expand Down

0 comments on commit fde7cbf

Please sign in to comment.