Adjust tests for updates from upstream

This commit is contained in:
Daniel Newman 2023-11-17 09:20:54 +10:00 committed by Zach Daniel
parent 021b7e4233
commit 8caad3bf7d
2 changed files with 2 additions and 2 deletions

View file

@ -652,7 +652,7 @@ defmodule AshPostgres.CalculationTest do
|> Ash.Query.load(author: :description)
|> Api.read_one!(actor: user)
assert can_get_author_description_post.author.description == "actor found"
assert can_get_author_description_post.author.description == "Prolific describer of worlds..."
can_get_author_description_from_aggregate_post =
Post

View file

@ -37,7 +37,7 @@ defmodule AshPostgres.Test.Author do
if is_nil(^actor(:id)) do
"no actor"
else
"actor found"
profile_description
end
)
)