Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Submit
Merge requests
!97
Something went wrong on our end
Gradle updates
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Gradle updates
gradleUpdate
into
development
Overview
6
Commits
10
Pipelines
0
Changes
2
All threads resolved!
Thread options
Hide all comments
Merged
Gradle updates
Otto Visser
requested to merge
gradleUpdate
into
development
Mar 19, 2021
Overview
6
Commits
10
Pipelines
0
Changes
2
All threads resolved!
Thread options
Hide all comments
0
0
Merge request reports
Viewing commit
c6077c25
Prev
Next
Show latest version
2 files
+
21
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
c6077c25
more static for testing
· c6077c25
Otto Visser
authored
Mar 23, 2021
src/test/java/nl/tudelft/submit/repository/SubmitGroupRepositoryTest.java
+
1
−
1
View file @ c6077c25
Edit in single-file editor
Open in Web IDE
Show full file
@@ -66,7 +66,7 @@ class SubmitGroupRepositoryTest {
@BeforeEach
void
setup
()
{
group
=
submitGroupRepository
.
save
(
group
);
version1
=
versionRepository
.
save
(
version1
);
versionRepository
.
save
(
version1
);
versionRepository
.
save
(
version2
);
}
Loading