Skip to content

Commit

Permalink
pre-commit cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
elyase authored and elijahbenizzy committed Sep 10, 2024
1 parent 3b0a71b commit e320a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/sdk/tests/tracking/test_polars_col_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ def test_min_string(example_df_string):
def test_max_string(example_df_string):
assert pcs.max(example_df_string["a"]) == "e"


def test_str_len(example_df_string):
assert pcs.str_len(example_df_string["a"]).to_list() == [1, 1, 1, 1, 1]
assert pcs.str_len(example_df_string["a"]).to_list() == [1, 1, 1, 1, 1]

0 comments on commit e320a95

Please sign in to comment.