Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Dec 9, 2024
1 parent fc6417f commit 4962d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_search_empty_df():
assert res.shape == (0, 3)


def test_escape_string():
def test_escape_string(df):
res = search(df=df, string="cat[")
assert len(res) == 1
assert res.iloc[0]["name"] == "cat[*_*]"
Expand Down

0 comments on commit 4962d9e

Please sign in to comment.