Skip to content

Commit

Permalink
fix(test): test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Sep 15, 2018
1 parent 68755c6 commit 0cb2a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { expect } from 'chai';
import * as vscode from 'vscode';
import * as path from 'path';
import * as fs from 'fs';
import { spy, verify, anyString, capture, when, anything, resetCalls, mock, instance } from 'ts-mockito/lib/ts-mockito';
import { spy, verify, when, anything, resetCalls, mock, instance } from 'ts-mockito/lib/ts-mockito';
import { ExtensionState } from '../extensionState';
import { Capstone } from '../capstone';

Expand Down

0 comments on commit 0cb2a6c

Please sign in to comment.