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:
parent
cb9b8e6360
commit
84ee9f2e39
@ -55,7 +55,7 @@ class ConfigurationHelperTest {
|
|||||||
@Test
|
@Test
|
||||||
void testConfigurationLoaderWithCustomSettings() {
|
void testConfigurationLoaderWithCustomSettings() {
|
||||||
Map config = new ConfigurationHelper([property1: "27"])
|
Map config = new ConfigurationHelper([property1: "27"])
|
||||||
.mixin([property1: "41"]], ['property2'])
|
.mixin([property1: "41"]])
|
||||||
.use()
|
.use()
|
||||||
// asserts
|
// asserts
|
||||||
Assert.assertThat(config, hasEntry('property1', false))
|
Assert.assertThat(config, hasEntry('property1', false))
|
||||||
|
Loading…
Reference in New Issue
Block a user