Skip to content

Commit

Permalink
Fix ExUnit warnings about @describetags
Browse files Browse the repository at this point in the history
For example:
```
warning: found unused @tag before "describe", did you mean to use @describetag?
```
  • Loading branch information
sgerrand committed Jan 20, 2025
1 parent a974104 commit a99f9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mix/tasks/phoenix/pow.phoenix.install_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ defmodule Mix.Tasks.Pow.Phoenix.InstallTest do

setup do
Application.put_env(:pow, :generators, context_app: {:my_app, "my_app"})

on_exit(fn ->
Application.delete_env(:pow, :generators)
end)
Expand Down

0 comments on commit a99f9c4

Please sign in to comment.