Skip to content

Commit

Permalink
Fixed compile error due to uppercase in require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminRomano committed Dec 2, 2015
1 parent c84db8b commit f982c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testUtils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as vscode from 'vscode';
import TextEditor from '../src/textEditor';
import Cursor from '../src/Cursor';
import Cursor from '../src/cursor';
import * as assert from 'assert';

export function clearTextEditor(): Thenable<void> {
Expand Down

0 comments on commit f982c23

Please sign in to comment.