From d3851df38b69f71ccd4b4bfdb0f0fe3f2eefcf41 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 2 Aug 2023 12:30:20 -0400 Subject: [PATCH] chore: format --- test/ash_csv_test.exs | 1 - test/support/resources/post.ex | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/ash_csv_test.exs b/test/ash_csv_test.exs index 5381a2c..3f707b3 100644 --- a/test/ash_csv_test.exs +++ b/test/ash_csv_test.exs @@ -29,7 +29,6 @@ defmodule AshCsvTest do assert [%{title: "new_title"}] = Api.read!(Post) end - test "a resource can be updated" do post = Post diff --git a/test/support/resources/post.ex b/test/support/resources/post.ex index de2715a..23ab041 100644 --- a/test/support/resources/post.ex +++ b/test/support/resources/post.ex @@ -22,7 +22,7 @@ defmodule AshCsv.Test.Post do end identities do - identity :unique_unique, [:unique] + identity(:unique_unique, [:unique]) end relationships do