From 42c46c8a7080fea77fb12894a5794beb5744754a Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Sat, 6 Nov 2021 23:15:30 +0800 Subject: [PATCH] Fix --- test/Test/Conduit/Api/UserApiSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Test/Conduit/Api/UserApiSpec.hs b/test/Test/Conduit/Api/UserApiSpec.hs index f4ab3f8..de2e635 100644 --- a/test/Test/Conduit/Api/UserApiSpec.hs +++ b/test/Test/Conduit/Api/UserApiSpec.hs @@ -19,7 +19,7 @@ spec = do let username = "test" context "User APIs" $ beforeAll_ (setupTestUser username) - -- $ afterAll_ cleanUpDb + $ afterAll_ cleanUpDb $ withApplication $ do it "Get user detail with token" $ do