mail not whitelisted when not set

This commit is contained in:
2025-09-14 13:13:10 +01:00
parent a913f2ca22
commit 135448398d
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ defmodule BasicSignupWhitelistTest do
use ExUnit.Case
doctest BasicSignupWhitelist
test "greets the world" do
assert BasicSignupWhitelist.hello() == :world
test "When not set, not whitelisted" do
assert BasicSignupWhitelist.mail_whitelisted("joe@example.com") == false
end
end