Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
minosiants committed Jun 14, 2023
1 parent 4590878 commit ccb6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/pencil/MailServerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import cats.syntax.show.*
import cats.syntax.flatMap.*
import pencil.protocol.{Replies, Code}
import cats.syntax.either.*
class MailServerSpec extends SpecificationLike with LiteralsSyntax with BeforeAll with AfterAll:
trait MailServerSpec extends SpecificationLike with LiteralsSyntax with BeforeAll with AfterAll:
val logger = Slf4jLogger.getLogger[IO]
val container = MailServerContainer.mk()

Expand Down

0 comments on commit ccb6b00

Please sign in to comment.