Reformatting of some test-cases and removal of superfluous comments.

This commit is contained in:
Wolfgang Walther
2022-01-22 15:13:21 +01:00
parent dbbde6aae1
commit 05b5ecd23b
4 changed files with 9 additions and 19 deletions
-2
View File
@@ -1,6 +1,5 @@
module Feature.BinaryJwtSecretSpec where
-- {{{ Imports
import Network.Wai (Application)
import Network.HTTP.Types
@@ -9,7 +8,6 @@ import Test.Hspec.Wai
import Protolude
import SpecHelper
-- }}}
spec :: SpecWith ((), Application)
spec = describe "server started with binary JWT secret" $