Skip to content

Commit

Permalink
fixup eunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willholley committed Oct 26, 2023
1 parent b07e067 commit a5af777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mango/src/mango_selector_text.erl
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ convert_nor_test() ->

convert_beginswith_test() ->
?assertEqual(
{op_field, {[[<<"field">>], <<":">>, <<"string">>], <<"\"foo\\*\"">>}},
{op_field, {[[<<"field">>], <<":">>, <<"string">>], <<"foo*">>}},
convert_selector(#{<<"field">> => #{<<"$beginsWith">> => <<"foo">>}})
).

Expand Down

0 comments on commit a5af777

Please sign in to comment.