From 20b2f56039826eb10c0e048eaffca015562de5dc Mon Sep 17 00:00:00 2001 From: Didier Stevens Date: Sun, 16 Feb 2025 19:40:10 +0100 Subject: [PATCH] Update index.mjs --- tests/operations/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs index 8d470da7..68fef734 100644 --- a/tests/operations/index.mjs +++ b/tests/operations/index.mjs @@ -179,4 +179,4 @@ const logOpsTestReport = logTestReport.bind(null, testStatus); (async function() { const results = await TestRegister.runTests(); logOpsTestReport(results); -})(); \ No newline at end of file +})();