Skip to content

Commit

Permalink
Use diff-yaml script instead of pure diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed Jul 2, 2024
1 parent 5618b18 commit 1128748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spec/Golden/Extra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runTestInputTree golden f (TestInputNode name rest) =
runTestInputTree golden f (TestInputLeaf name t path) =
goldenVsStringDiff
name
(\ref new -> ["diff", "-u", ref, new])
(\ref new -> ["diff-yaml", ref, new])
(path </> golden)
(f t)

Expand Down

0 comments on commit 1128748

Please sign in to comment.