Skip to content

Commit 595f984

Browse files
committed
fix git tests
1 parent fe884b3 commit 595f984

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extensions/git/src/test/git.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ suite('git', () => {
192192
John Doe
193193
194194
1580811030
195+
1580811031
195196
8e5a374372b8393906c7e380dbb09349c5385554
196197
This is a commit message.\x00`;
197198

@@ -202,6 +203,7 @@ This is a commit message.\x00`;
202203
authorDate: new Date(1580811030000),
203204
authorName: 'John Doe',
204205
authorEmail: '[email protected]',
206+
commitDate: new Date(1580811031000),
205207
}]);
206208
});
207209

@@ -210,6 +212,7 @@ This is a commit message.\x00`;
210212
John Doe
211213
212214
1580811030
215+
1580811031
213216
8e5a374372b8393906c7e380dbb09349c5385554 df27d8c75b129ab9b178b386077da2822101b217
214217
This is a commit message.\x00`;
215218

@@ -220,6 +223,7 @@ This is a commit message.\x00`;
220223
authorDate: new Date(1580811030000),
221224
authorName: 'John Doe',
222225
authorEmail: '[email protected]',
226+
commitDate: new Date(1580811031000),
223227
}]);
224228
});
225229

@@ -228,6 +232,7 @@ This is a commit message.\x00`;
228232
John Doe
229233
230234
1580811030
235+
1580811031
231236
232237
This is a commit message.\x00`;
233238

@@ -238,6 +243,7 @@ This is a commit message.\x00`;
238243
authorDate: new Date(1580811030000),
239244
authorName: 'John Doe',
240245
authorEmail: '[email protected]',
246+
commitDate: new Date(1580811031000),
241247
}]);
242248
});
243249
});

0 commit comments

Comments
 (0)