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
The PointFree folks implemented a Git diff style error logging in their test framework. It helps with identifying the difference between the expected and the actual output. Example:
State change does not match expectation: …
AppState(
// ...
description: "",
− id: 00000000-0000-0000-0000-000000000001,
+ id: 00000000-0000-0000-0000-000000000002,
isComplete: false
),
]
)
The text was updated successfully, but these errors were encountered:
The PointFree folks implemented a Git diff style error logging in their test framework. It helps with identifying the difference between the expected and the actual output. Example:
The text was updated successfully, but these errors were encountered: