remove doctests

This commit is contained in:
2023-02-25 00:46:18 -05:00
committed by oliviasculley
parent eb9280fa7e
commit bc034c0361
2 changed files with 62 additions and 112 deletions

View File

@ -10,8 +10,6 @@ defmodule Lokal.AccountsTest do
@moduletag :accounts_test
doctest Accounts, import: true
describe "get_user_by_email/1" do
test "does not return the user if the email does not exist" do
refute Accounts.get_user_by_email("unknown@example.com")