Skip to content

Commit

Permalink
test(cli): update the tests for multiword search due to mailman-rss
Browse files Browse the repository at this point in the history
… being removed from aur - 2
  • Loading branch information
actionless committed Jan 3, 2025
1 parent 0845411 commit d85975b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pikaur_test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def test_search_multiword_too_small_query_filter(self):

def test_search_multiword_too_small_query_filter_namesonly(self):
common_query = "mailman"
specific_query = "w"
specific_result = "mailman3-public-inbox"
specific_query = "d"
specific_result = "listadmin"
specific_query_names_only = "u"
specific_result_names_only = "mailman3-public-inbox"

Expand Down

0 comments on commit d85975b

Please sign in to comment.