This is an automated email from the ASF dual-hosted git repository.
willholley pushed a commit to branch mango-beginswith
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/mango-beginswith by this push:
new a5af77787 fixup eunit tests
a5af77787 is described below
commit a5af77787bd58207bc63d822e9959103755325d8
Author: Will Holley <[email protected]>
AuthorDate: Thu Oct 26 15:05:58 2023 +0000
fixup eunit tests
---
src/mango/src/mango_selector_text.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mango/src/mango_selector_text.erl
b/src/mango/src/mango_selector_text.erl
index 7d8f73923..e4f15d00d 100644
--- a/src/mango/src/mango_selector_text.erl
+++ b/src/mango/src/mango_selector_text.erl
@@ -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">>}})
).