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

OZG-6223 OZG-7381 Fix test

parent 625bd98b
Branches
Tags 1.2.0
1 merge request!2OZG-6223 OZG-7401 Timeout for async requests
......@@ -108,7 +108,7 @@ public class ZipDownloadServiceTest {
void shouldReturnFile() {
var resultFile = callService();
assertThat(resultFile).extracting("file").isEqualTo(file);
assertThat(resultFile).extracting("zipFile").isEqualTo(file);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment