aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Test/Graylog/UDP.hs
blob: 67da6fe9d712837ded66e0a37e0949e2099ce74e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module Test.Graylog.UDP where

import           Test.Tasty
import           Test.Tasty.HUnit

tests :: TestTree
tests = testGroup "Test.Graylog.UDP"
   [ testCase "Validation: Something" case_validateSomething
   ]

case_validateSomething :: IO ()
case_validateSomething = return ()