Browse Source

verify Fixed lift-stateless' json test

Mike Smith 11 years ago
parent
commit
e1dddbc768
1 changed files with 1 additions and 1 deletions
  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!"))))
   ))
 }