mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
fix test from config
This commit is contained in:
@@ -25,7 +25,7 @@ describe "SpacePen extensions", ->
|
||||
|
||||
config.set("foo.bar", "hello")
|
||||
|
||||
expect(observeHandler).toHaveBeenCalledWith("hello")
|
||||
expect(observeHandler).toHaveBeenCalledWith("hello", previous: undefined)
|
||||
observeHandler.reset()
|
||||
|
||||
view.unobserveConfig()
|
||||
|
||||
Reference in New Issue
Block a user