Skip to content

Commit

Permalink
test(minor): use more descriptive name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Apr 6, 2024
1 parent 3447a65 commit 3261a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quiz_game_web/users/session/live/#_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule QuizGameWeb.Users.Session.Live.LoginTest do
end

describe "User login form" do
test "submitted with valid credentials", %{conn: conn} do
test "logs the user in when the form is submitted with valid credentials", %{conn: conn} do
password = "valid_password"
user = user_fixture(%{password: password})

Expand Down

0 comments on commit 3261a60

Please # to comment.