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
No related tags found
1 merge request!2OZG-6223 OZG-7401 Timeout for async requests
...@@ -108,7 +108,7 @@ public class ZipDownloadServiceTest { ...@@ -108,7 +108,7 @@ public class ZipDownloadServiceTest {
void shouldReturnFile() { void shouldReturnFile() {
var resultFile = callService(); var resultFile = callService();
assertThat(resultFile).extracting("file").isEqualTo(file); assertThat(resultFile).extracting("zipFile").isEqualTo(file);
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment