Skip to content

Commit

Permalink
Cleaner test messages for propSafetyInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
Oswyn Brent committed Mar 3, 2015
1 parent 4c047b1 commit c7e5cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fold.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ suite = do
it "ok for example payload"
$ L.fold (foldInstanceFlavor $ const True) flavorTimedPDs `shouldBe` M.fromList flavorTimedPDsResult

describe "Filtering instance statuses is sane" $
prop "Filtered results are a subset of full results" propSafetyInstance
describe "Filtering instance statuses" $
prop "is sane" propSafetyInstance

describe "Folding points for POLLSTER resource: IMAGE POLLSTER" $
it "ok for example payload"
Expand Down

0 comments on commit c7e5cd1

Please sign in to comment.