Skip to content

Commit 38b3212

Browse files
committed
test(cli: search): add for testing query parts order - 2
1 parent c6f5494 commit 38b3212

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pikaur_test/test_cli.py

-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ def test_search_multiword_too_small_query_filter_namesonly(self):
105105
self.assertIn(specific_result_names_only, result_namesonly_2)
106106

107107
def test_search_arg_order(self):
108-
"""
109-
See:
110-
https://github.com/actionless/pikaur/commit/0cd3e4eb4a5e4c36e7436745ac2b5a039c3401ec
111-
"""
112108
common_query = "fool"
113109
specific_query = "python"
114110
result_1 = pikaur(

0 commit comments

Comments
 (0)