Skip to content

Commit 15bbed0

Browse files
committed
fixed formatting
1 parent 23faead commit 15bbed0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/operations/index.mjs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
* @license Apache-2.0
1212
*/
1313

14-
import { setLongTestFailure, logTestReport } from "../lib/utils.mjs";
14+
import {
15+
setLongTestFailure,
16+
logTestReport,
17+
} from "../lib/utils.mjs";
1518

1619
import TestRegister from "../lib/TestRegister.mjs";
1720
import "./tests/AESKeyWrap.mjs";
@@ -165,14 +168,14 @@ const testStatus = {
165168
allTestsPassing: true,
166169
counts: {
167170
total: 0,
168-
},
171+
}
169172
};
170173

171174
setLongTestFailure();
172175

173176
const logOpsTestReport = logTestReport.bind(null, testStatus);
174177

175-
(async function () {
178+
(async function() {
176179
const results = await TestRegister.runTests();
177180
logOpsTestReport(results);
178181
})();

0 commit comments

Comments
 (0)