fix tests

This commit is contained in:
Leo Horie 2016-10-26 20:27:20 -04:00
parent fe861926ce
commit aef4ab16e9
3 changed files with 50 additions and 50 deletions

View file

@ -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() {