Skip to content

Commit

Permalink
Make --binary-id test description consistent with the actual arg (pho…
Browse files Browse the repository at this point in the history
  • Loading branch information
kgautreaux authored Nov 10, 2021
1 parent 496123b commit 7442374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mix/tasks/phx.gen.auth_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ defmodule Mix.Tasks.Phx.Gen.AuthTest do
end
end

test "supports --binary_id option", config do
test "supports --binary-id option", config do
in_tmp_phx_project(config.test, fn ->
Gen.Auth.run(
~w(Accounts User users --binary-id),
Expand Down

0 comments on commit 7442374

Please sign in to comment.