Skip to content

Commit

Permalink
Adjusting md5Check test
Browse files Browse the repository at this point in the history
(cherry picked from commit 8791197)
  • Loading branch information
ptkato committed Jul 22, 2021
1 parent c5c6edf commit c3eb361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tests = testGroup "Distribution.Utils.Structured"
, testCase "GenericPackageDescription" $
md5Check (Proxy :: Proxy GenericPackageDescription) 0x9b7d0415b1d2522d72ac9e9739c97574
, testCase "LocalBuildInfo" $
md5Check (Proxy :: Proxy LocalBuildInfo) 0x0ca1dc5da4c4695a9da40e080bf4f536
md5Check (Proxy :: Proxy LocalBuildInfo) 0x9da2b93b62f2108858322770734daf31
#endif
]

Expand Down

0 comments on commit c3eb361

Please sign in to comment.