Skip to content
Snippets Groups Projects
Commit 56de4e3d authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5413 xta: Correct test name

parent 1e961da6
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ class XtaITCase {
}
@Test
void shouldSend2Representations() {
void shouldSend3Representations() {
runner.onApplicationEvent(null);
verify(vorgangRemoteService).createVorgang(formDataCaptor.capture(), any(), any());
......@@ -78,7 +78,7 @@ class XtaITCase {
verify(vorgangRemoteService).createVorgang(formDataCaptor.capture(), any(), any());
assertThat(formDataCaptor.getValue().getAttachments()).isEmpty();
assertThat(formDataCaptor.getValue().getNumberOfAttachments()).isEqualTo(0);
assertThat(formDataCaptor.getValue().getNumberOfAttachments()).isZero();
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment