fix tests
This commit is contained in:
parent
fe861926ce
commit
aef4ab16e9
3 changed files with 50 additions and 50 deletions
|
|
@ -88,7 +88,7 @@ o.spec("api", function() {
|
|||
o("works", function() {
|
||||
var query = m.parseQueryString("?a=1&b=2")
|
||||
|
||||
o(query).deepEquals({a: 1, b: 2})
|
||||
o(query).deepEquals({a: "1", b: "2"})
|
||||
})
|
||||
})
|
||||
o.spec("m.buildQueryString", function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue