Skip to content
Snippets Groups Projects
Commit ff3246d2 authored by Martin's avatar Martin
Browse files

OZG-725 adjust test to be consistent

parent 55ba1b32
No related branches found
No related tags found
1 merge request!24Ozg 725 move link
...@@ -262,7 +262,7 @@ public class ChangeHistoryBuilderTest { ...@@ -262,7 +262,7 @@ public class ChangeHistoryBuilderTest {
void shouldReturnEmptyIfPropertyIsNotPresentInBody() { void shouldReturnEmptyIfPropertyIsNotPresentInBody() {
var command = previousCommand.toBuilder().body(Map.of("a", "b")).build(); var command = previousCommand.toBuilder().body(Map.of("a", "b")).build();
var value = builder.getValueFromCommandBody(PROPERTY_NAME, command); var value = builder.getValueFromCommandBody("notExists", command);
assertThat(value).isEmpty(); assertThat(value).isEmpty();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment