From ce9ca1ced262aeb782404543e07e5b7a8eb458c2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 27 Jun 2023 19:14:23 -0400 Subject: [PATCH] chore: fix test bad identity --- test/support/resources/author.ex | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/support/resources/author.ex b/test/support/resources/author.ex index 7a0c5a4..c7e6705 100644 --- a/test/support/resources/author.ex +++ b/test/support/resources/author.ex @@ -8,10 +8,6 @@ defmodule AshPostgres.Test.Author do repo(AshPostgres.TestRepo) end - identities do - identity(:unique_profile, :profile_id) - end - attributes do uuid_primary_key(:id, writable?: true) attribute(:first_name, :string)