diff --git a/internal/webserver/authentication_test.go b/internal/webserver/authentication_test.go index e5cc80b..a320296 100644 --- a/internal/webserver/authentication_test.go +++ b/internal/webserver/authentication_test.go @@ -186,7 +186,7 @@ func TestRecover(t *testing.T) { } if smtpMock.calledSend { - t.Error("Email service 'send' method called") + t.Error("Email service 'send' method called") } })