matrix-media-expanded/test/Test/Codec.hs

8 lines
179 B
Haskell
Raw Permalink Normal View History

2023-06-10 14:12:37 +00:00
module Test.Codec where
import Test.Codec.Multibase qualified as Multibase
import Test.Tasty (TestTree, testGroup)
tests :: TestTree
tests = testGroup "Codec" [Multibase.tests]