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:
Andrzej Głąbek 2024-05-22 14:49:39 +02:00 committed by Anas Nashif
commit 0268b9358f

View file

@ -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\\))"