Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jan 12, 2025
1 parent f76b0f5 commit 96db367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Flora/PackageSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ testGetNonDeprecatedPackages = do
testReleaseDeprecation :: TestEff ()
testReleaseDeprecation = do
result <- Query.getHackagePackagesWithoutReleaseDeprecationInformation
assertEqual 86 (length result)
assertEqual 87 (length result)

binary <- fromJust <$> Query.getPackageByNamespaceAndName (Namespace "haskell") (PackageName "binary")
deprecatedBinaryVersion' <- assertJust =<< Query.getReleaseByVersion binary.packageId (mkVersion [0, 10, 0, 0])
Expand Down

0 comments on commit 96db367

Please sign in to comment.