mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix spurious rename
This commit is contained in:
@@ -51,7 +51,7 @@ describe "DecorationManager", ->
|
||||
layer1Marker.destroy()
|
||||
expect(->
|
||||
decorationManager.decorateMarker(layer1Marker, {type: 'overlay', item: document.createElement('div')})
|
||||
).toThrow("Cannot decorate a destroyed layer1Marker")
|
||||
).toThrow("Cannot decorate a destroyed marker")
|
||||
expect(decorationManager.getOverlayDecorations()).toEqual []
|
||||
|
||||
it "does not allow destroyed marker layers to be decorated", ->
|
||||
|
||||
Reference in New Issue
Block a user