Skip to content

Commit

Permalink
fixed a reference to a file which should start with lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
llali committed Jan 3, 2017
1 parent dd4f8fa commit 1ffbcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/untitledSqlDocumentService.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as TypeMoq from 'typemoq';
import vscode = require('vscode');
import UntitledSqlDocumentService from '../src/controllers/untitledSqlDocumentService';
import VscodeWrapper from '../src/controllers/VscodeWrapper';
import VscodeWrapper from '../src/controllers/vscodeWrapper';
const fse = require('fs-extra');
const fs = require('fs');

Expand Down

0 comments on commit 1ffbcf8

Please sign in to comment.