All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h4sm.testutil.EndpointTestSpec.scala Maven / Gradle / Ivy

package h4sm
package testutil

import cats.effect.IO
import doobie.Transactor
import org.scalatest.matchers.should.Matchers

trait EndpointTestSpec extends DbFixtureSuite with IOFixtureTest with Matchers {
  def transactor: Transactor[IO] = testutil.transactor.getTransactor[IO](cfg)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy