Fix test description

This commit is contained in:
Tom Byers
2020-01-08 17:48:37 +00:00
parent 40ac30a96d
commit 7d31431cef

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