packages feed

toxcore-0.2.11: test/Network/Tox/DHT/PingPacketSpec.hs

{-# LANGUAGE Trustworthy #-}
module Network.Tox.DHT.PingPacketSpec where

import           Test.Hspec

import           Data.Proxy                 (Proxy (..))
import           Network.Tox.DHT.PingPacket (PingPacket)
import           Network.Tox.EncodingSpec


spec :: Spec
spec = do
  rpcSpec (Proxy :: Proxy PingPacket)
  binarySpec (Proxy :: Proxy PingPacket)
  readShowSpec (Proxy :: Proxy PingPacket)