From f11746324daea45d073b2205e2d2202213221fe4 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 13 Jul 2023 12:54:40 -0400 Subject: [PATCH] Changing white space to try to kick this test off again --- tests/javascripts/templateFolderForm.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/javascripts/templateFolderForm.test.js b/tests/javascripts/templateFolderForm.test.js index 6b7e1a376..1c93bfe9a 100644 --- a/tests/javascripts/templateFolderForm.test.js +++ b/tests/javascripts/templateFolderForm.test.js @@ -546,7 +546,7 @@ describe('TemplateFolderForm', () => { // Removing sticky functionality // mode should have been set to 'default' as the controls only have one part // expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls.length).toEqual(1); - // expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls[0][0]).toEqual('default'); + // expect(GOVUK.stickAtBottomWhenScrolling.setMode.mock.calls[0] [0]).toEqual('default'); });