Skip to content

Commit

Permalink
test: set primary action explicitly in tests (#38)
Browse files Browse the repository at this point in the history
* test: set primary action explicitly

* chore: update all deps
  • Loading branch information
joshprice authored May 16, 2022
1 parent 15be502 commit ad5f1c4
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 22 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ defmodule AshPhoenix.MixProject do
{:phoenix_live_view, "~> 0.15"},
{:git_ops, "~> 2.4.4", only: :dev},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:ex_check, "~> 0.12.0", only: :dev},
{:ex_check, "~> 0.14", only: :dev},
{:credo, ">= 0.0.0", only: :dev, runtime: false},
{:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
{:sobelow, ">= 0.0.0", only: :dev, runtime: false},
{:excoveralls, "~> 0.13.0", only: [:dev, :test]}
{:excoveralls, "~> 0.14", only: [:dev, :test]}
]
end

Expand Down
Loading

0 comments on commit ad5f1c4

Please sign in to comment.