From 7e734a08c039afc7bb655beeb5f748f9ee4ac5c3 Mon Sep 17 00:00:00 2001 From: Linda Nichols Date: Wed, 27 Aug 2014 06:40:01 +0000 Subject: [PATCH] fixed typo --- test/specs/country.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/country.js b/test/specs/country.js index d7edfa1cd..0b75c340b 100644 --- a/test/specs/country.js +++ b/test/specs/country.js @@ -70,7 +70,7 @@ setTimeout:true, before:true, clearTimeout:true, exports:true, it:true, describe updatableField: "name" }; var additionalTests = function () { - describe("Incident status behavior", function () { + describe("Country field validation", function () { var countryModel; beforeEach(function () { -- 2.39.2