Postgrex error when creating record with AshGeo type
I have a resource which contains an attribute defined as:
when I try and run a test which creates a record I get the following error:
I think this is to do with the
when I try and run a test which creates a record I get the following error:
I think this is to do with the
Postgrex.Types.define added to the runtime.exs not being used in test?