Skip to content

Commit

Permalink
fix: revert changes and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Nov 26, 2019
1 parent 43d3f16 commit 98b444c
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 @@ -15,11 +15,11 @@ export const getPullServiceResponse: PullRequest = {
},
body: '',
closedAt: '2011-01-26T19:01:12Z',
createdAt: '2011-01-26T19:01:12Z',
createdAt: '2012-03-06T23:06:50Z',
id: 1,
mergedAt: '2011-01-26T19:01:12Z',
state: 'closed',
updatedAt: '2011-01-26T19:01:12Z',
updatedAt: '2012-03-06T23:06:50Z',
url: 'https://api.github.com/repos/octocat/Hello-World/pulls/1',
user: { id: '583231', login: 'octocat', url: 'https://api.github.com/users/octocat' },
};
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export const getPullsServiceResponse: Paginated<PullRequest> = {
},
body: 'Please pull these awesome changes',
closedAt: '2011-01-26T19:01:12Z',
createdAt: '2011-01-26T19:01:12Z',
createdAt: '2012-03-06T23:06:50Z',
id: 1,
mergedAt: '2011-01-26T19:01:12Z',
state: 'open',
updatedAt: '2011-01-26T19:01:12Z',
updatedAt: '2012-03-06T23:06:50Z',
url: 'https://api.github.com/repos/octocat/Hello-World/pulls/1347',
user: { id: '1', login: 'octocat', url: 'https://api.github.com/users/octocat' },
},
Expand Down

0 comments on commit 98b444c

Please sign in to comment.