Skip to content

Commit 8a80a10

Browse files
committed
fix: add missing imports to ServerSpec (threadDelay, catch, finally)
1 parent 0e53f9e commit 8a80a10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/unit/System/ServerSpec.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module System.ServerSpec (spec) where
22

3+
import Control.Concurrent (threadDelay)
34
import Control.Concurrent.Async (async, race, wait)
5+
import Control.Exception (catch, finally)
46
import Relude
57
import System.Server (cancelAllConcurrently)
68
import Test.Hspec

0 commit comments

Comments
 (0)