Skip to content

Commit

Permalink
test: add test cases for no-op fillna expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed May 7, 2024
1 parent bb7bdb3 commit 19a973d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def test_table_fillna_invalid(alltypes):
param({"int_col": 20}, id="int"),
param({"double_col": -1, "string_col": "missing"}, id="double-int-str"),
param({"double_col": -1.5, "string_col": "missing"}, id="double-str"),
param({}, id="empty"),
],
)
def test_table_fillna_mapping(backend, alltypes, replacements):
Expand Down

0 comments on commit 19a973d

Please sign in to comment.