Fix test description

This commit is contained in:
Tom Byers
2020-01-08 17:48:37 +00:00
parent ff2e1dd921
commit b17140ac46

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 });