From 10606532cb52434a0120941deedb8ca1341a62c6 Mon Sep 17 00:00:00 2001 From: Jihoon Yi <44565599+baramofme@users.noreply.github.com> Date: Sat, 10 May 2025 18:38:45 +0900 Subject: [PATCH] Update testloader.js Add missing closing brackets in test_implementsobject --- testloader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testloader.js b/testloader.js index 092457f..21bcbaa 100644 --- a/testloader.js +++ b/testloader.js @@ -1137,7 +1137,7 @@ var test_implements = { job.setHostName("example.org"); job.setResourceName(resourceName); job.saveTo("D:\\"); - }; + }); } };