Skip to content

Commit 1ec19af

Browse files
feat(release): Update print testing x5
1 parent 8b693fb commit 1ec19af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ failure = withColor Red
4848
-- Update golden files in the given directory
4949
updateGolden :: FilePath -> IO ()
5050
updateGolden dir = do
51-
putStrLn "TESTING!!! x4"
51+
putStrLn "TESTING!!! x5"
5252
putStrLn "Replacing golden with actual:"
5353
go dir
5454
success $ putStrLn "Finished!"

0 commit comments

Comments
 (0)