Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Remove todo that was converted into future issue #126.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Nov 4, 2023
1 parent b20bdc8 commit a03c007
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend-elixir/test/study_hall_web/api/registration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ defmodule StudyHallWeb.Api.RegistrationTest do
# Assert the user is in now in the database.
expected_email = ~i"amy@example.com"
assert %User{email: ^expected_email} = User.get_by_id!(id)

# TODO: Assert they got a welcome email.
# Maybe there is a better way to test side-effects like this?
end

test "failure: requires long passwords", %{conn: conn} do
Expand Down

0 comments on commit a03c007

Please sign in to comment.