Skip to content

Commit eca7eae

Browse files
authored
Update test_basic.py
Signed-off-by: NAKANISHI Kiyomaro <kiyomaro092@gmail.com>
1 parent 69c681a commit eca7eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_no_device(self):
2727
)
2828

2929
# Verity the output (No device error)
30-
self.assertIn("FileNotFoundError", result.stdout)
30+
self.assertIn("could not open port", result.stdout)
3131

3232

3333
if __name__ == "__main__":

0 commit comments

Comments
 (0)