remove doctests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-25 00:49:29 -05:00
parent 482a3902b5
commit 12814be5e1
2 changed files with 62 additions and 112 deletions

View File

@ -10,8 +10,6 @@ defmodule Memex.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")