We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcab03a commit 1e1df23Copy full SHA for 1e1df23
tests/CLI/modules/find_tests.py tests/CLI/modules/search_tests.pytests/CLI/modules/find_tests.py renamed to tests/CLI/modules/search_tests.py
@@ -11,9 +11,9 @@
11
class FindTests(testing.TestCase):
12
13
def test_find(self):
14
- result = self.run_command(['find', 'hardware', '--types'])
+ result = self.run_command(['search', '--types'])
15
self.assert_no_fail(result)
16
17
def test_find_advanced(self):
18
- result = self.run_command(['find', 'hardware', '--advanced'])
+ result = self.run_command(['search', 'hardware', '--advanced'])
19
0 commit comments