Skip to content

Commit 53e1c8d

Browse files
author
Danny McCormick
committed
Missed one comment
1 parent 08ad406 commit 53e1c8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/units/vsoClientTests.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ describe('VSOClient Units', function () {
2424
});
2525

2626
it('constructs', () => {
27+
//Arrange
2728
this.timeout(1000);
2829
const baseUrl = 'https://dev.azure.com/';
2930
const userAgent: string = "testAgent";
3031
const rest: rm.RestClient = new rm.RestClient(userAgent, null, []);
32+
33+
//Act
3134
const vso: vsom.VsoClient = new vsom.VsoClient('https://microsoft.com', rest);
3235

36+
//Assert
3337
assert(vso, 'VsoClient should not be null');
3438
});
3539

0 commit comments

Comments
 (0)