Skip to content

Commit

Permalink
Test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Jun 18, 2024
1 parent 114ada4 commit 6c2ce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Properties.hs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ laws = testGroup "typeclass laws"
, testLaws $ isListLaws proxyVInt
, testLaws $ monoidLaws proxyVInt
, localOption (QuickCheckTests 500) . localOption (QuickCheckMaxSize 1000) . testLaws $ semigroupLaws proxyVInt
, localOption (QuickCheckMaxSize 500) . testLaws $ showLaws proxyVInt
, localOption (QuickCheckTests 500) . localOption (QuickCheckMaxSize 500) . testLaws $ showLaws proxyVInt
, localOption (QuickCheckMaxSize 1000) . testLaws $ showReadLaws proxyVInt
, testLaws $ alternativeLaws proxyV
, localOption (QuickCheckTests 100) . localOption (QuickCheckMaxSize 100) . testLaws $ applicativeLaws proxyV
Expand Down

0 comments on commit 6c2ce0e

Please sign in to comment.