aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-02 14:16:38 +0200
committeradamw <adam@warski.org>2017-08-02 14:16:38 +0200
commit9220ea0bd8bb1aede0b35f8d481d1a0bf0ec87da (patch)
tree6567d770445a8231c487df94d622e793472afa1f
parent54715a9bbcfb7b9c6cad1f5dc46498f07b9612b6 (diff)
downloadsttp-9220ea0bd8bb1aede0b35f8d481d1a0bf0ec87da.tar.gz
sttp-9220ea0bd8bb1aede0b35f8d481d1a0bf0ec87da.tar.bz2
sttp-9220ea0bd8bb1aede0b35f8d481d1a0bf0ec87da.zip
Fix compile on 2.11
-rw-r--r--core/src/test/scala/com/softwaremill/sttp/UriTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/scala/com/softwaremill/sttp/UriTests.scala b/core/src/test/scala/com/softwaremill/sttp/UriTests.scala
index fb55468..c9bb8b5 100644
--- a/core/src/test/scala/com/softwaremill/sttp/UriTests.scala
+++ b/core/src/test/scala/com/softwaremill/sttp/UriTests.scala
@@ -41,7 +41,7 @@ class UriTests extends FunSuite with Matchers {
None) ->
"http://us%26er:pa%20ss@example.com",
Uri("http", None, "example.com", None, Nil, Nil, Some("f:g/h i")) ->
- "http://example.com#f:g/h%20i",
+ "http://example.com#f:g/h%20i"
)
for {