Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Mar 30, 2024
1 parent 3ab822e commit 4930766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ defmodule AshPaperTrail.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ash, "~> 3.0.0-rc.5"},
# {:ash, "~> 3.0.0-rc.5"},
{:ash, path: "../ash"},
{:ex_doc, "~> 0.22", only: [:dev, :test], runtime: false},
{:ex_check, "~> 0.12", only: [:dev, :test]},
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
Expand Down
1 change: 1 addition & 0 deletions test/ash_paper_trail/full_diff_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ defmodule AshPaperTrail.FullDiffTest do
%{tags: [%{id: ash_id}, %{id: phx_id}]} = res

ctx.resource.update!(res, %{
subject: "new subject!",
tags: [%{tag: "Ash", id: ash_id}, %{tag: "Phoenix", id: phx_id}]
})

Expand Down

0 comments on commit 4930766

Please sign in to comment.