Fix tests.

This commit is contained in:
codevictory
2021-06-09 00:17:10 +03:00
parent b457269ff7
commit 0001d78797
4 changed files with 89 additions and 26 deletions

View File

@@ -35,6 +35,5 @@ defmodule Runosaari.Registration.Performer do
:photo_path,
:confirmed
])
|> unique_constraint(:email)
end
end