Skip to content

Commit

Permalink
feat(release): Update print testing stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Jul 24, 2024
1 parent 0e1213a commit 4618db5
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!!! x3"
putStrLn "TESTING!!! x4"
putStrLn "Replacing golden with actual:"
go dir
success $ putStrLn "Finished!"
Expand Down

0 comments on commit 4618db5

Please # to comment.