summaryrefslogtreecommitdiff
path: root/src/test/scala/spray/json/PrettyPrinterSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/spray/json/PrettyPrinterSpec.scala')
-rw-r--r--src/test/scala/spray/json/PrettyPrinterSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/spray/json/PrettyPrinterSpec.scala b/src/test/scala/spray/json/PrettyPrinterSpec.scala
index 8b7bc2b..27137a8 100644
--- a/src/test/scala/spray/json/PrettyPrinterSpec.scala
+++ b/src/test/scala/spray/json/PrettyPrinterSpec.scala
@@ -58,7 +58,7 @@ class PrettyPrinterSpec extends Specification {
| "no": 0
| }, ["a", "b", null], false]
| }
- |}""".stripMargin.replace("\u00f8", "\\u00f8")
+ |}""".stripMargin
}
}
}