Skip to content

Commit

Permalink
[SW-2642][FOLLOWUP] Increase Number of Properties in Tests for Intern…
Browse files Browse the repository at this point in the history
…alBackendConf (#2673)
  • Loading branch information
mn-mikke committed Nov 10, 2021
1 parent 5a3c5b7 commit 14dcf8c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ class H2OConfTestSuite extends FunSuite with SparkTestContext with Matchers {
test("Test parity between properties and getters/setters on InternalBackendConf") {
val numberOfProperties =
testExistenceOfGettersAndSetters(classOf[InternalBackendConf], InternalBackendConf.getClass)
numberOfProperties shouldEqual 8
numberOfProperties shouldEqual 9
}

test("Test parity between properties and getters/setters on ExternalBackendConf") {
Expand Down

0 comments on commit 14dcf8c

Please sign in to comment.