Code style fix for 6b922d0: substitute double quotes
This commit is contained in:
parent
6b922d02ea
commit
b8e3dcfbe4
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ o.spec("ospec", function() {
|
||||||
var output = spy.call(state, {children: children})
|
var output = spy.call(state, {children: children})
|
||||||
|
|
||||||
o(spy.length).equals(1)
|
o(spy.length).equals(1)
|
||||||
o(spy.name).equals('view')
|
o(spy.name).equals("view")
|
||||||
o(spy.callCount).equals(1)
|
o(spy.callCount).equals(1)
|
||||||
o(spy.args.length).equals(1)
|
o(spy.args.length).equals(1)
|
||||||
o(spy.args[0]).deepEquals({children: children})
|
o(spy.args[0]).deepEquals({children: children})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue