module Test.Codec.Multibase where import Test.Codec.Multibase.Identity qualified as Identity import Test.Tasty (TestTree, testGroup) tests :: TestTree tests = testGroup "Multibase" [Identity.tests]