Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
530d7519
Commit
530d7519
authored
Jul 05, 2018
by
Greg Messner
Browse files
Fixed testCommitRefs().
parent
24fbb5bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestCommitsApi.java
View file @
530d7519
...
...
@@ -165,8 +165,8 @@ public class TestCommitsApi {
assertTrue
(
commits
.
size
()
>
0
);
List
<
CommitRef
>
commitRefs
=
gitLabApi
.
getCommitsApi
().
getCommitRefs
(
testProject
.
getId
(),
commits
.
get
(
0
).
getId
());
assertNotNull
(
commits
);
assertTrue
(
commits
.
size
()
>
0
);
assertNotNull
(
commit
Ref
s
);
assertTrue
(
commit
Ref
s
.
size
()
>
0
);
}
@Test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment