diff --git a/atom/atom-tests.ts b/atom/atom-tests.ts index 505973c9af..a033203e1d 100644 --- a/atom/atom-tests.ts +++ b/atom/atom-tests.ts @@ -11,7 +11,7 @@ var File = pathwatcher.File; class SampleView extends _atom.ScrollView { editorId:string; - file:pathwatcher.IFile; + file:PathWather.IFile; editor:AtomCore.IEditor; static deserialize(state:any):SampleView {