Skip to content
Snippets Groups Projects
Commit 7b7c478d authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7573 OZG-7991 Improve formatting

parent 36622779
No related branches found
No related tags found
1 merge request!12Ozg 7573 files weiterleitung bug
......@@ -282,6 +282,7 @@ class StreamingFileSenderTest {
@Test
void shouldSendMetadataOnlyOnce() {
fileSender.withMetaData(metaData).sendMetaData();
fileSender.sendMetaData();
verify(requestObserver).onNext(metaData);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment