1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

fix test case

This commit is contained in:
Christopher Fenner 2018-03-14 15:45:49 +01:00 committed by GitHub
parent cb9b8e6360
commit 84ee9f2e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ class ConfigurationHelperTest {
@Test
void testConfigurationLoaderWithCustomSettings() {
Map config = new ConfigurationHelper([property1: "27"])
.mixin([property1: "41"]], ['property2'])
.mixin([property1: "41"]])
.use()
// asserts
Assert.assertThat(config, hasEntry('property1', false))