Skip to content

Commit 1cdae8d

Browse files
committed
fixing argument in tests
1 parent 368f80a commit 1cdae8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/tests/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def single_option_cases(key, *args):
282282
model_keys=['-m', '--mpa', '--mpr'],
283283
device_keys=['-d', '--dpa', '--dpr'],
284284
test_cases=combine_cases(
285-
TestCase(options={'--no_show': None,
285+
TestCase(options={'--noshow': None,
286286
**MONITORS,
287287
'-i': DataPatternArg('person-vehicle-bike-detection-crossroad')}),
288288
TestCase(options={'-m': ModelArg('person-vehicle-bike-detection-crossroad-0078')}),

0 commit comments

Comments
 (0)