Bumping versions

This commit is contained in:
buildmaster
2020-05-19 09:59:08 +00:00
parent 32163f52e4
commit 45109728d7

View File

@@ -439,8 +439,7 @@ public class EnvironmentControllerTests {
String text = this.controller.properties("foo", "bar", true).getBody();
Properties properties = new Properties();
properties.load(new StringReader(text));
assertThat(properties).containsOnly(entry("a.b.c", "bar"),
entry("foo", "bar"));
assertThat(properties).containsOnly(entry("a.b.c", "bar"), entry("foo", "bar"));
}
@Test