Skip to content

Commit

Permalink
Include NewGeneration in coverage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Aug 24, 2023
1 parent 3d93334 commit 4294d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ExpiringSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ instance Arbitrary Mutation where
]

allOpTypes :: [String]
allOpTypes = ["Insert", "Delete", "Update", "UpdateNothing"]
allOpTypes = ["Insert", "Delete", "Update", "UpdateNothing", "NewGeneration"]

-- Verify that after a series of operations, the map and expiring map return the same values for the given keys.
prop_expMapDoesMapStuff :: [Mutation] -> [SomeKey] -> Property
Expand Down

0 comments on commit 4294d6e

Please sign in to comment.