Fix broken tests

This commit is contained in:
Phillip Webb 2013-11-07 10:30:18 -08:00
parent 0c1aa1942e
commit e6597e6f33
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ class SampleController {
@RequestMapping("/")
public def hello() {
[message: "Hello World!"]
[message: "Hello World"]
}
}

View File

@ -8,7 +8,7 @@ class SampleController {
@RequestMapping("/")
public def hello() {
[message: "Hello World!"]
[message: "Hello World"]
}
}