Skip to content

Commit

Permalink
feat(test): Modify print statement x3
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Jun 26, 2024
1 parent 03581f1 commit f25f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ failure = withColor Red
-- Update golden files in the given directory
updateGolden :: FilePath -> IO ()
updateGolden dir = do
putStrLn "TESTING!!! x2"
putStrLn "TESTING!!! x3"
putStrLn "Replacing golden with actual:"
go dir
success $ putStrLn "Finished!"
Expand Down

0 comments on commit f25f77a

Please sign in to comment.