You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: complete always-true condition fix in TrainPathInteractionTest
Commit 6946b37 fixed tests 4 and 5 but missed test 2, which still had
the same `val x = train != null; assertThat(x).isEqualTo(true)` pattern.
Also removes unused mock variables in tests 2, 4, 5 that were never
wired into assertions (`pathAhead`, `blockedTrack`, `pathBlocked`,
`semaphore`, `track`, `pathUnblocked`).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments