Fix test description

This commit is contained in:
Tom Byers
2020-01-20 10:03:47 +00:00
parent ff2e1dd921
commit b17140ac46
+1 -1
View File
@@ -211,7 +211,7 @@ describe("Cookie message", () => {
}); });
test("The consent cookie should be set, with analytics set to 'true'", () => { test("The consent cookie should be set, with analytics set to 'false'", () => {
expect(window.GOVUK.getConsentCookie()).toEqual({ 'analytics': false }); expect(window.GOVUK.getConsentCookie()).toEqual({ 'analytics': false });