소스 검색

verify Fixed lift-stateless' json test

Mike Smith 11 년 전
부모
커밋
e1dddbc768
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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!"))))
   ))
 }