Skip to content

Commit 045da4f

Browse files
committed
chore: format/fix test ordering
1 parent 72dc741 commit 045da4f

File tree

3 files changed

+1
-74
lines changed

3 files changed

+1
-74
lines changed

priv/resource_snapshots/dev_test_repo/multitenant_orgs/20250526214827.json

Lines changed: 0 additions & 70 deletions
This file was deleted.

priv/resource_snapshots/dev_test_repo/multitenant_orgs/20250526214827.json.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/calculation_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ defmodule AshPostgres.CalculationTest do
16831683
[author_with_loads] =
16841684
Author
16851685
|> Ash.Query.for_read(:read, %{}, actor: %{id: "it's a me"})
1686-
|> Ash.Query.load([:true_if_actor_from_context, :true_if_actor_from_context_nested])
1686+
|> Ash.Query.load([:true_if_actor_in_context, :true_if_actor_in_context_nested])
16871687
|> Ash.Query.filter(id == ^author.id)
16881688
|> Ash.read!()
16891689

0 commit comments

Comments
 (0)