Skip to content

Commit 1e1df23

Browse files
caberoscaberos
authored andcommitted
fix the some issues
1 parent bcab03a commit 1e1df23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
class FindTests(testing.TestCase):
1212

1313
def test_find(self):
14-
result = self.run_command(['find', 'hardware', '--types'])
14+
result = self.run_command(['search', '--types'])
1515
self.assert_no_fail(result)
1616

1717
def test_find_advanced(self):
18-
result = self.run_command(['find', 'hardware', '--advanced'])
18+
result = self.run_command(['search', 'hardware', '--advanced'])
1919
self.assert_no_fail(result)

0 commit comments

Comments
 (0)