Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Jan 1, 2025
1 parent 44c4383 commit f43d4af
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ class JdbcSQLStringContextQueryTest extends SQLStringContextQueryTest:
override def connection: Resource[IO, Connection[IO]] =
Resource.make(jdbc.connector.MysqlDataSource[IO](ds).getConnection)(_.close())

test(
"If the number of columns retrieved is different from the number of fields in the class to be mapped, an exception is raised."
) {
case class City(id: Int, name: String, age: Int)

trait SQLStringContextQueryTest extends CatsEffectSuite:

given Tracer[IO] = Tracer.noop[IO]
Expand Down

0 comments on commit f43d4af

Please sign in to comment.