There was an error while loading. Please reload this page.
1 parent 6efa531 commit fbc7b62Copy full SHA for fbc7b62
1 file changed
tests/drivers/dac/dac_api/pytest/test_dac0_channel0_mcxaxx6.py
@@ -22,5 +22,4 @@ def test_dac_aux_output(dut: DeviceAdapter):
22
timeout=30.0,
23
)
24
25
- pytest.LineMatcher(aux_lines).fnmatch_lines([ZTEST_LINE])
26
- pytest.LineMatcher(aux_lines).fnmatch_lines([SUCCESS_LINE])
+ pytest.LineMatcher(aux_lines).fnmatch_lines([ZTEST_LINE, SUCCESS_LINE])
0 commit comments