We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aa65f commit 5b6429bCopy full SHA for 5b6429b
tests/Properties.hs
@@ -29,6 +29,7 @@ main :: IO ()
29
main = do
30
mv <- lookupEnv "FDB_HASKELL_TEST_API_VERSION" :: IO (Maybe String)
31
let version = maybe currentAPIVersion read mv
32
+ putStrLn $ "Using API version " ++ show version
33
withFoundationDB defaultOptions {apiVersion = version} $ \db -> do
34
let cleanupAfter tests = hspec $ after_ (cleanup db testSS) tests
35
hspec encodeDecodeSpecs
0 commit comments