From 598b2bfbda4092f5820eca6cbe5e2bff6bf9e748 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 5 Dec 2015 19:41:21 -0800 Subject: [PATCH] Remove lint --- test/Feature/QueryLimitedSpec.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Feature/QueryLimitedSpec.hs b/test/Feature/QueryLimitedSpec.hs index 31ec64d49..e4e84d84d 100644 --- a/test/Feature/QueryLimitedSpec.hs +++ b/test/Feature/QueryLimitedSpec.hs @@ -12,8 +12,7 @@ spec :: Spec spec = beforeAll (clearTable "items" >> createItems 15) . afterAll_ (clearTable "items") - . around (withApp $ cfgLimitRows 3) $ do - + . around (withApp $ cfgLimitRows 3) $ describe "Requesting many items with server limits enabled" $ do it "restricts results" $ get "/items"