module Control.Monad.Trans.Changeset.AccumExample where -- tasty import Test.Tasty (TestTree, testGroup) tests :: TestTree tests = testGroup "Accum" []