Skip to content

fix: incorrect test name for fuzzy_fields #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

cjrh
Copy link
Collaborator

@cjrh cjrh commented Apr 24, 2024

No description provided.

@cjrh cjrh requested review from wallies and Sidhant29 April 24, 2024 12:53
@@ -101,7 +101,7 @@ def test_parse_query_field_boosts(self, ram_index):
== """Query(BooleanQuery { subqueries: [(Should, Boost(query=TermQuery(Term(field=0, type=Str, "winter")), boost=2.3)), (Should, TermQuery(Term(field=1, type=Str, "winter")))] })"""
)

def test_parse_query_field_boosts(self, ram_index):
def test_parse_query_fuzzy_fields(self, ram_index):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look carefully on the LHS, the fn name was repeated from the previous test.

@cjrh cjrh merged commit ed7374c into quickwit-oss:master Apr 24, 2024
@cjrh cjrh deleted the fix-test-name-fuzzy-fields branch May 3, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants