From cc97bafdba86256191e0fa13df7f2d12894bd6dc Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Sat, 21 Dec 2024 15:40:10 +0100 Subject: [PATCH] Update index.cfm --- custom/benchmark/index.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/benchmark/index.cfm b/custom/benchmark/index.cfm index bf30d5f..285ab9b 100644 --- a/custom/benchmark/index.cfm +++ b/custom/benchmark/index.cfm @@ -15,7 +15,7 @@ arrayAppend( suites, listFirst( listLast( suite, "/\" ), "." ) ); } } else { - suites = application.testSuite.toList(); + suites = application.testSuite; } longestName = [];