Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
alfa
Commits
0cf0f44d
Commit
0cf0f44d
authored
5 months ago
by
Krzysztof Witukiewicz
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6223 OZG-7381 Fix test
parent
625bd98b
Branches
Branches containing commit
Tags
1.2.0
Tags containing commit
1 merge request
!2
OZG-6223 OZG-7401 Timeout for async requests
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-service/src/test/java/de/ozgcloud/alfa/common/zipdownload/ZipDownloadServiceTest.java
+1
-1
1 addition, 1 deletion
...cloud/alfa/common/zipdownload/ZipDownloadServiceTest.java
with
1 addition
and
1 deletion
alfa-service/src/test/java/de/ozgcloud/alfa/common/zipdownload/ZipDownloadServiceTest.java
+
1
−
1
View file @
0cf0f44d
...
...
@@ -108,7 +108,7 @@ public class ZipDownloadServiceTest {
void
shouldReturnFile
()
{
var
resultFile
=
callService
();
assertThat
(
resultFile
).
extracting
(
"
f
ile"
).
isEqualTo
(
file
);
assertThat
(
resultFile
).
extracting
(
"
zipF
ile"
).
isEqualTo
(
file
);
}
@Test
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment