chore: remove testing modules not in use

This commit is contained in:
Zach Daniel 2024-09-04 23:02:03 -04:00
parent 3fece44230
commit f80b157d06

View file

@ -21,15 +21,6 @@ defmodule AshPostgres.Test.Domain do
resource(AshPostgres.Test.Record) resource(AshPostgres.Test.Record)
resource(AshPostgres.Test.PostFollower) resource(AshPostgres.Test.PostFollower)
resource(AshPostgres.Test.StatefulPostFollower) resource(AshPostgres.Test.StatefulPostFollower)
resource(CalcDependency.Dependency)
resource(CalcDependency.Element)
resource(CalcDependency.ElementContext)
resource(CalcDependency.Location)
resource(CalcDependency.Operation)
resource(CalcDependency.OperationVersion)
resource(CalcDependency.SchematicGroup)
resource(CalcDependency.Segment)
resource(CalcDependency.Verb)
end end
authorization do authorization do