Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan committed May 2, 2024
1 parent 05cb37b commit ec3b942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CommonConfigDefTest extends AnyFlatSpec with Matchers with EitherValues wi

"CommonConfigDef" should "retain original properties after parsing" in {
val resultMap = commonConfigDef.config.parse(DefaultProps.asJava).asScala
resultMap should have size 15
resultMap should have size 16
DefaultProps.foreach {
case (k, v) =>
withClue("Unexpected property: " + k) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class GCPConfigSettingsTest extends AnyFlatSpec with Matchers with LazyLogging {
val configKeys =
GCPStorageSinkConfigDef.config.configKeys().keySet().asScala

configKeys.size shouldBe 21
configKeys.size shouldBe 22
configKeys.foreach {
k => k.toLowerCase should be(k)
}
Expand Down

0 comments on commit ec3b942

Please sign in to comment.