Skip to content

Commit 87ff623

Browse files
committed
Fix a test unrelated to this pull request
1 parent b45c996 commit 87ff623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pureconfig/src/test/scala-2/com/avast/sst/pureconfig/PureConfigModuleTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class PureConfigModuleTest extends AnyFunSuite {
2020
private val sourceWithTypeError = ConfigSource.string("""|number = wrong_type
2121
|string = "test"""".stripMargin)
2222

23-
private case class TestConfig(number: Int, string: String)
23+
final private case class TestConfig(number: Int, string: String)
2424

2525
implicit private val configReader: ConfigReader[TestConfig] = deriveReader[TestConfig]
2626

0 commit comments

Comments
 (0)