From 2029c64ea64d1da9cec5fc71e7d19d42d9b745fc Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 18 Jul 2024 15:39:30 -0400 Subject: [PATCH] case issue was failing the build --- tests/javascripts/totalMessagesChart.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/javascripts/totalMessagesChart.test.js b/tests/javascripts/totalMessagesChart.test.js index e950625c8..f0d7ee55d 100644 --- a/tests/javascripts/totalMessagesChart.test.js +++ b/tests/javascripts/totalMessagesChart.test.js @@ -35,7 +35,7 @@ beforeAll(done => { // Wait a bit to ensure the script is executed setTimeout(() => { // Require the actual JavaScript file you are testing - require('../../app/assets/javascripts/totalmessagesChart.js'); + require('../../app/assets/javascripts/totalMessagesChart.js'); // Call the function to create the chart window.createTotalMessagesChart();