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
Relying on Instant.now() for the lastUpdate in the mapping from FlightDataDTO can introduce non-determinism in tests; consider injecting a Clock dependency to improve testability and consistency. #3
Relying on Instant.now() for the lastUpdate in the mapping from FlightDataDTO can introduce non-determinism in tests; consider injecting a Clock dependency to improve testability and consistency.