Explorar o código

verify Fixed lift-stateless' json test

Mike Smith %!s(int64=11) %!d(string=hai) anos
pai
achega
e1dddbc768
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lift-stateless/src/main/scala/Benchmark.scala

+ 1 - 1
lift-stateless/src/main/scala/Benchmark.scala

@@ -23,7 +23,7 @@ object JsonBenchmark {
     }
 
   def sayHello() = Full(JsonResponse(
-    JObject(List(JField("message", JString("Hello World!"))))
+    JObject(List(JField("message", JString("Hello, World!"))))
   ))
 }