Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
edvmorango committed Aug 16, 2024
1 parent 76d767b commit a24578c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/test/scala/fs2/io/ssh/ClientSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import java.lang.{RuntimeException, String, System}
import java.net.InetSocketAddress
import java.nio.file.Paths
import munit.CatsEffectSuite
import scala.annotation.nowarn

// these are really more like integration tests
// to run them locally, make sure you have things from
Expand Down Expand Up @@ -69,6 +70,7 @@ class ClientSpec extends CatsEffectSuite with SshDockerService {
finish(r.use(_ => Applicative[F].unit))
}

@nowarn
final case class WrappedError(e: Client.Error)
extends RuntimeException(e.toString)

Expand Down Expand Up @@ -106,7 +108,6 @@ class ClientSpec extends CatsEffectSuite with SshDockerService {
eit.value.map(a => assertEquals(a, Left(Client.Error.Authentication)))
)
}
// beLeft(Client.Error.Authentication: Client.Error)

}

Expand Down

0 comments on commit a24578c

Please sign in to comment.