Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
  • Loading branch information
cosmicBboy committed Apr 11, 2023
1 parent 2769ded commit 686d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-pandera/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def wf_with_df_input(df: pandera.typing.DataFrame[InSchema]) -> pandera.typing.D
match=(
"^Encountered error while executing workflow 'test_plugin.wf_with_df_input':\n"
" expected series 'col2' to have type float64, got object"
)
),
):
wf_with_df_input(df=invalid_df)

Expand Down

0 comments on commit 686d1cf

Please sign in to comment.