Skip to content

Commit

Permalink
Update test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusyuksel authored Nov 8, 2024
1 parent 49911ee commit c2754e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ def test_arg_check_filename():
description='test desc',
epilog='test epilog')
parser.add_argument('-d', '--verbose',
action='store_true',
help='verbosity setting')
action='store_true',
help='verbosity setting')
parser.add_argument('-i', '--interface',
action='store',
help='serial interface name')
action='store',
help='serial interface name')
args = parser.parse_args(['--verbose'])
u = utils.Utils(args)

Expand Down

0 comments on commit c2754e0

Please sign in to comment.