Skip to content

Commit

Permalink
add one small extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gray committed May 6, 2018
1 parent 07a15b9 commit fd57cbf
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -25,4 +25,8 @@ class UtilsSpec extends UnitSpec {

assert(qs == "a=the+quick+brown+%D8%B9%D8%B1%D8%A8%D9%89+fox&b=jumped+over+the+lazy+%D8%B9%D8%B1%D8%A8%D9%89+dog")
}

it should "return an empty list with no input" in {
assert(Utils.mapToQueryString(Map()) == "")
}
}

0 comments on commit fd57cbf

Please sign in to comment.