diff --git a/tests/Format/WFSCapabilities/v1.html b/tests/Format/WFSCapabilities/v1.html index 47464890ed..74baa39c8a 100644 --- a/tests/Format/WFSCapabilities/v1.html +++ b/tests/Format/WFSCapabilities/v1.html @@ -17,7 +17,7 @@ ''; var obj = parser.read(text); - t.ok(!!obj.error, "Error not correctly reported"); // That is, the above should place an error in obj.error + t.ok(!!obj.error, "Error not reported correctly"); // That is, the above should place an error in obj.error } function test_read(t) {