Skip to content

Commit

Permalink
doReturn long primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Aug 3, 2022
1 parent 64d98e3 commit 920f919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public class GitHubMilestoneServiceTest extends CacheMockTests {
private static final String TEST_PROJECT2_NAME = "Test Project 2 Name";
private static final String TEST_PROJECT3_NAME = "Test Project 3 Name";
private static final String TEST_MILESTONE_TITLE = "Test Milestone Sprint Title";
private static final Long TEST_REPOSITORY1_ID = 1L;
private static final Long TEST_USER1_ID = 3L;
private static final long TEST_REPOSITORY1_ID = 1L;
private static final long TEST_USER1_ID = 3L;

private static final String TEST_PROJECT_URL1 = "http://localhost/1";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public class GitHubProjectServiceTest extends CacheMockTests {
private static final String TEST_USER3_AVATAR_PATH = "https://avatars2.githubusercontent.com/u/3333333?v=4";
private static final String TEST_USER1_AVATAR_NAME = "1234567";
private static final String TEST_COLUMN1_NAME = "Test Column 1";
private static final Long TEST_REPOSITORY1_ID = 1L;
private static final Long TEST_USER1_ID = 3L;
private static final long TEST_REPOSITORY1_ID = 1L;
private static final long TEST_USER1_ID = 3L;

private static final String TEST_PROJECT_URL1 = "http://localhost/1";

Expand Down

0 comments on commit 920f919

Please sign in to comment.