Skip to content

Commit

Permalink
Fix GoldenExpectations
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed Jul 29, 2024
1 parent 2a164ec commit 6c49bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hs/test/HelVM/GoldenExpectations.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ type GoldenIO a = IO $ Golden a
instance Eq str => Example (GoldenExpectations str) where
type Arg (GoldenExpectations str) = ()
evaluateExample wrapped params action callback = evaluateExample' =<< unGoldenExpectations wrapped where
evaluateExample' golden = evaluateExample golden params action callback
evaluateExample' unwrapped = evaluateExample unwrapped params action callback

0 comments on commit 6c49bac

Please sign in to comment.