Skip to content

Commit

Permalink
fix git tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Feb 18, 2020
1 parent fe884b3 commit 595f984
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/git/src/test/git.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ suite('git', () => {
John Doe
john.doe@mail.com
1580811030
1580811031
8e5a374372b8393906c7e380dbb09349c5385554
This is a commit message.\x00`;

Expand All @@ -202,6 +203,7 @@ This is a commit message.\x00`;
authorDate: new Date(1580811030000),
authorName: 'John Doe',
authorEmail: 'john.doe@mail.com',
commitDate: new Date(1580811031000),
}]);
});

Expand All @@ -210,6 +212,7 @@ This is a commit message.\x00`;
John Doe
john.doe@mail.com
1580811030
1580811031
8e5a374372b8393906c7e380dbb09349c5385554 df27d8c75b129ab9b178b386077da2822101b217
This is a commit message.\x00`;

Expand All @@ -220,6 +223,7 @@ This is a commit message.\x00`;
authorDate: new Date(1580811030000),
authorName: 'John Doe',
authorEmail: 'john.doe@mail.com',
commitDate: new Date(1580811031000),
}]);
});

Expand All @@ -228,6 +232,7 @@ This is a commit message.\x00`;
John Doe
john.doe@mail.com
1580811030
1580811031
This is a commit message.\x00`;

Expand All @@ -238,6 +243,7 @@ This is a commit message.\x00`;
authorDate: new Date(1580811030000),
authorName: 'John Doe',
authorEmail: 'john.doe@mail.com',
commitDate: new Date(1580811031000),
}]);
});
});
Expand Down

0 comments on commit 595f984

Please sign in to comment.