Skip to content

Commit 58032e3

Browse files
update test data date format
1 parent 7dc5cf5 commit 58032e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+425
-425
lines changed

gitlab4j-api/src/test/resources/org/gitlab4j/api/commit.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author_email": "dmitriy.zaporozhets@gmail.com",
77
"committer_name": "Dmitriy",
88
"committer_email": "dmitriy.zaporozhets@gmail.com",
9-
"created_at": "2012-09-20T06:06:12Z",
9+
"created_at": "2012-09-20T06:06:12.248Z",
1010
"message": "Sanitize for network graph",
11-
"committed_date": "2012-09-20T06:06:12Z",
12-
"authored_date": "2012-09-20T06:06:12Z",
11+
"committed_date": "2012-09-20T06:06:12.248Z",
12+
"authored_date": "2012-09-20T06:06:12.248Z",
1313
"parent_ids": [
1414
"ae1d9fb46aa2b07ee9836d49862ec4e2c46fbbba"
1515
],

gitlab4j-api/src/test/resources/org/gitlab4j/api/merge-request-system-hook-event.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"last_commit": {
8585
"id": "ba3e0d8ff79c80d5b0bbb4f3e2e343e0aaa662b7",
8686
"message": "fixed readme",
87-
"timestamp": "2017-09-26T16:12:57Z",
87+
"timestamp": "2017-09-26T16:12:57.248Z",
8888
"url": "http://example.com/awesome_space/awesome_project/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
8989
"author": {
9090
"name": "GitLab dev user",

gitlab4j-api/src/test/resources/org/gitlab4j/api/merge-request.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"detailed_merge_status": "can_be_merged",
1010
"upvotes":0,
1111
"downvotes":0,
12-
"created_at": "2016-12-03T17:23:34Z",
13-
"updated_at": "2016-12-03T17:23:34Z",
14-
"merged_at": "2016-12-03T17:23:34Z",
12+
"created_at": "2016-12-03T17:23:34.248Z",
13+
"updated_at": "2016-12-03T17:23:34.248Z",
14+
"merged_at": "2016-12-03T17:23:34.248Z",
1515
"squash_commit_sha": "37a1f246848c3dc2bb82964a183417e2e72fe1a7",
1616
"merged_by": {
1717
"id": 7,
@@ -36,15 +36,15 @@
3636
"email":"admin@local.host",
3737
"name":"Administrator",
3838
"state":"active",
39-
"created_at":"2012-04-29T08:46:00Z"
39+
"created_at":"2012-04-29T08:46:00.248Z"
4040
},
4141
"assignee":{
4242
"id":1,
4343
"username": "admin",
4444
"email":"admin@local.host",
4545
"name":"Administrator",
4646
"state":"active",
47-
"created_at":"2012-04-29T08:46:00Z"
47+
"created_at":"2012-04-29T08:46:00.248Z"
4848
},
4949
"allow_collaboration": false,
5050
"allow_maintainer_to_push": false,

0 commit comments

Comments
 (0)