1
0

Fix tests

This commit is contained in:
kolaente
2021-02-14 23:03:44 +01:00
parent d8e10e1a58
commit bef22f5756
2 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@ type testNotifiable struct {
}
// RouteForMail routes a test notification for mail
func (t *testNotifiable) RouteForMail() string {
return "some@email.com"
func (t *testNotifiable) RouteForMail() (string, error) {
return "some@email.com", nil
}
// RouteForDB routes a test notification for db