Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Jun 12, 2024
1 parent 3c95cf0 commit 712d96c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ public void createOrder_shouldCreateTask() throws OrderCreationException {
// Assert that the task is not null
assertThat(task, notNullValue());
assertThat(task.hasRequester(), is(true));
assertThat(task.getRequester().getIdentifier().getIdElement(), is("locationUuid"));
assertThat(task.getRequester().getReferenceElement().getIdPart(), is("locationUuid"));
}
}

0 comments on commit 712d96c

Please sign in to comment.