Commit 46ca26e
committed
Make fixture-110 missing-root failure actionable
PR #181 review: _run_fixture_110_case fetched the invocation root span
with next() and no default, so a missing root failed with a bare
StopIteration. Match _run_fixture_038_case: next((...), None) plus an
explicit assert that reports the span names found.1 parent 418fec4 commit 46ca26e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
1982 | | - | |
| 1982 | + | |
| 1983 | + | |
1983 | 1984 | | |
1984 | 1985 | | |
1985 | 1986 | | |
| |||
0 commit comments