Wrong test order
Unit tests must be located after live objects:
Incorrect:
[] > foo
[] +> runs-something
[] > bar
Correct:
[] > foo
[] > bar
[] +> runs-something
Published on Fri Jul 10 07:32:27 UTC 2026.
Unit tests must be located after live objects:
Incorrect:
[] > foo
[] +> runs-something
[] > bar
Correct:
[] > foo
[] > bar
[] +> runs-something
Published on Fri Jul 10 07:32:27 UTC 2026.