samples: drivers: adc_sequence: Fix expected console output regex
Add a missing space in the regular expression that defines the expected console output so that it matches what the sample actually produces. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
f9ee925bb7
commit
0268b9358f
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ tests:
|
|||
harness_config:
|
||||
type: multi_line
|
||||
regex:
|
||||
- "ADC sequence reading\\[\\d+\\]:"
|
||||
- "ADC sequence reading \\[\\d+\\]:"
|
||||
- "- .+, channel \\d+, \\d+ sequence samples:"
|
||||
- "- - \\d+ (= \\d+mV)|(\\(value in mV not available\\))"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue