Skip to content

Commit

Permalink
add missing changes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia Kubova committed Jun 29, 2020
1 parent 52c5a4d commit 9d967fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tasks/AppCenterDistributeV1/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('AppCenterDistribute L0 Suite', function () {
});

it('Negative path: failed when HTTP status is not 2xx', function () {
this.timeout(4000);
this.timeout(6000);

let tp = path.join(__dirname, 'L0FailsHttpStatusNot2xx.js');
let tr: ttm.MockTestRunner = new ttm.MockTestRunner(tp);
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AppCenterDistributeV2/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ describe('AppCenterDistribute L0 Suite', function () {
assert(tr.failed, 'task should have failed');
});

it.only('Negative path: failed when HTTP status is not 2xx', function () {
it('Negative path: failed when HTTP status is not 2xx', function () {
let tp = path.join(__dirname, 'L0FailsHttpStatusNot2xx.js');
let tr: ttm.MockTestRunner = new ttm.MockTestRunner(tp);

tr.run();
assert(tr.succeeded, 'task should have succeeded');
});
Expand Down

0 comments on commit 9d967fe

Please sign in to comment.