TestingAdapter deliver
function doesn't return the same type as ExternalSmtpAdapter
#48
Labels
deliver
function doesn't return the same type as ExternalSmtpAdapter
#48
The
TestingAdapter.deliver
function returns aTask
, however theExternalSmtpAdapter.deliver
returns a tuple:{:ok, message}
.I think that both function should return the same type, it would make tests behave more like production code.
The text was updated successfully, but these errors were encountered: