remove doctests

This commit is contained in:
2023-02-25 00:48:06 -05:00
parent 4e9f66f006
commit 07b31fcc86
2 changed files with 62 additions and 112 deletions

View File

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