Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Iofel committed Jan 10, 2023
1 parent f28e546 commit a215073
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ class HikariCPConfigSpec extends Specification {
val className = classOf[MyTestExceptionOverride].getName

val config = from("hikaricp.exceptionOverrideClassName" -> className)
new HikariCPConfig("foo", dbConfig, config).toHikariConfig.getExceptionOverrideClassName must beEqualTo(className)
new HikariCPConfig("foo", dbConfig, config).toHikariConfig.getExceptionOverrideClassName must beEqualTo(
className
)
}
}
}
Expand Down

0 comments on commit a215073

Please sign in to comment.