We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45c996 commit 87ff623Copy full SHA for 87ff623
pureconfig/src/test/scala-2/com/avast/sst/pureconfig/PureConfigModuleTest.scala
@@ -20,7 +20,7 @@ class PureConfigModuleTest extends AnyFunSuite {
20
private val sourceWithTypeError = ConfigSource.string("""|number = wrong_type
21
|string = "test"""".stripMargin)
22
23
- private case class TestConfig(number: Int, string: String)
+ final private case class TestConfig(number: Int, string: String)
24
25
implicit private val configReader: ConfigReader[TestConfig] = deriveReader[TestConfig]
26
0 commit comments