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
Make all-attribute-types round-trip test total instead of throwing
val r = result.get was evaluated before the result.isDefined check,
so a missing item would surface as NoSuchElementException rather
than a clean assertion failure. Use result.exists instead.
0 commit comments