Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Jun 20, 2019
1 parent cc7d5a3 commit ebaa967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/common/experiments.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { createDeferred, createDeferredFromPromise } from '../../client/common/u
import { sleep } from '../common';

// tslint:disable-next-line: max-func-body-length
suite('xA/B experiments', () => {
suite('A/B experiments', () => {
let workspaceService: IWorkspaceService;
let httpClient: IHttpClient;
let crypto: ICryptoUtils;
Expand Down Expand Up @@ -119,7 +119,7 @@ suite('xA/B experiments', () => {
isDownloadedStorageValid.setup(n => n.updateValue(true)).returns(() => Promise.resolve(undefined)).verifiable(TypeMoq.Times.never());
downloadedExperimentsStorage.setup(n => n.updateValue(anything())).returns(() => Promise.resolve(undefined)).verifiable(TypeMoq.Times.never());

// settings = {}, downloadError = true
// downloadError = true
await testInitialization(true);

verify(httpClient.getJSON(configUri, false)).once();
Expand Down

0 comments on commit ebaa967

Please sign in to comment.