Skip to content

Commit

Permalink
Fix BuildInfo tests: check for stdout instead of stderr (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Dec 6, 2023
1 parent 119df26 commit ffd9265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spago/Build/BuildInfo.purs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec =
spagoResult <- spago [ "--version" ]
sVersion <- case spagoResult of
Left e -> MonadError.throwError $ Exception.error e.message
Right a -> pure a.stderr
Right a -> pure a.stdout
pure
$ Array.intercalate "\n"
$
Expand Down

0 comments on commit ffd9265

Please sign in to comment.