mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
reword it() message
This commit is contained in:
@@ -65,7 +65,7 @@ describe "Project", ->
|
||||
expect(otherDummyDirectory.getPath()).toBe otherRemotePath
|
||||
expect(otherDummyDirectory instanceof DummyDirectory).toBe true
|
||||
|
||||
it "a custom DirectoryProvider that returns null defaults to the DefaultDirectoryProvider", ->
|
||||
it "uses the default directory provider if no custom provider can handle the URI", ->
|
||||
directoryProvider =
|
||||
directoryForURISync: (uri) -> null
|
||||
directoryForURI: (uri) -> throw new Error("This should not be called.")
|
||||
|
||||
Reference in New Issue
Block a user