Skip to content

Commit fbc7b62

Browse files
committed
tests: dac: combine ordered LineMatcher checks
Signed-off-by: Hake Huang <hake.huang@nxp.com>
1 parent 6efa531 commit fbc7b62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/drivers/dac/dac_api/pytest/test_dac0_channel0_mcxaxx6.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ def test_dac_aux_output(dut: DeviceAdapter):
2222
timeout=30.0,
2323
)
2424

25-
pytest.LineMatcher(aux_lines).fnmatch_lines([ZTEST_LINE])
26-
pytest.LineMatcher(aux_lines).fnmatch_lines([SUCCESS_LINE])
25+
pytest.LineMatcher(aux_lines).fnmatch_lines([ZTEST_LINE, SUCCESS_LINE])

0 commit comments

Comments
 (0)