From 14630378784a917b9198a26b60273197b0b6f3d2 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 4 Apr 2025 13:54:53 -0400 Subject: [PATCH] feature/IO-2769-Job-Totals-testing: Allow for both american and canadian capture + tests --- server/job/test/job-totals.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/job/test/job-totals.test.js b/server/job/test/job-totals.test.js index 6f5af805b..059b0bb1e 100644 --- a/server/job/test/job-totals.test.js +++ b/server/job/test/job-totals.test.js @@ -5,7 +5,7 @@ import { TotalsServerSide as TotalsServerSideCA } from "../job-totals"; // Canad import { TotalsServerSide as TotalsServerSideUS } from "../job-totals-USA"; // US version (rome) /** - * This function is used to replace the values in the object with their + * This function is used to replace the values in the object with their toObject() representation. * @param key * @param value * @returns {*}