chore: format

This commit is contained in:
Zach Daniel 2023-08-02 12:30:20 -04:00
parent f17f9320a7
commit d3851df38b
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ defmodule AshCsvTest do
assert [%{title: "new_title"}] = Api.read!(Post)
end
test "a resource can be updated" do
post =
Post

View file

@ -22,7 +22,7 @@ defmodule AshCsv.Test.Post do
end
identities do
identity :unique_unique, [:unique]
identity(:unique_unique, [:unique])
end
relationships do