Skip to content

Commit db65914

Browse files
committed
fixing argument in tests
1 parent c51dff8 commit db65914

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
@@ -303,7 +303,7 @@ def single_option_cases(key, *args):
303303
model_keys=['-m', '--mpa', '--mpr'],
304304
device_keys=['-d', '--dpa', '--dpr'],
305305
test_cases=combine_cases(
306-
TestCase(options={'--no_show': None,
306+
TestCase(options={'--noshow': None,
307307
**MONITORS,
308308
'-i': DataPatternArg('person-vehicle-bike-detection-crossroad')}),
309309
TestCase(options={'-m': ModelArg('person-vehicle-bike-detection-crossroad-0078')}),

0 commit comments

Comments
 (0)