aboutsummaryrefslogtreecommitdiffstats
path: root/tests/spec/Network/WireGuard/RPCSpec.hs
blob: b0422a309184f3b9a17c35b4176c184f1e231584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module Network.WireGuard.RPCSpec (spec) where

import Test.Hspec (Spec, describe, it, shouldBe)

import Network.WireGuard.RPC (runRPC)


spec :: Spec
spec = describe "test" $ 
        it "should fail" $ 
          True `shouldBe` False