Skip to content

Commit 75112e0

Browse files
committed
Fix tests for solr_token
1 parent 550f0f4 commit 75112e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/components/renku_data_services/search/test_solr_token.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ def test_created_by_exists() -> None:
132132
def test_content_all() -> None:
133133
assert st.content_all("abc") == "content_all:(abc~)"
134134
assert st.content_all("a+b+c") == "content_all:(a\\+b\\+c~)"
135-
assert st.content_all("ab cd") == "content_all:(ab~ cd~)"
136-
assert st.content_all("ab cd") == "content_all:(ab~ cd~)"
135+
assert st.content_all("ab cd") == "content_all:(ab\\ cd~)"
136+
assert st.content_all("ab cd") == "content_all:(ab\\ \\ \\ \\ cd~)"

0 commit comments

Comments
 (0)