test: added some tests

This commit is contained in:
Felipe M 2025-02-21 09:59:12 +01:00
parent a15223a5c2
commit 8a684e9ec1
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
5 changed files with 147 additions and 23 deletions

View file

@ -14,7 +14,6 @@ var _ model.Server = (*smtpServer)(nil)
type smtpServer struct {
backend *smtp.Server
config Config
}
func (s *smtpServer) IsEnabled() bool {