Skip to content

Commit bd95b84

Browse files
committed
Fix failing test for intentionally changed definition
1 parent f812b67 commit bd95b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test/Snapshot.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ suite = tests $
182182
type BackendMsg
183183
= NewTime Time.Posix
184184
| DelayedNewValue Lamdera.SessionId Lamdera.ClientId
185-
| HttpResult (Result Http.Error ())
185+
| HttpResult (Result Http.Error String)
186186
| Noop
187187

188188

0 commit comments

Comments
 (0)