diff --git a/tests/src/mint_token.test.js b/tests/src/mint_token.test.js index bdaa31f..c04e6fc 100644 --- a/tests/src/mint_token.test.js +++ b/tests/src/mint_token.test.js @@ -21,4 +21,5 @@ const devices = [ ]; devices.forEach((device) => - processTest(device, contractName, testLabel, testDirSuffix, rawTxHex, signedPlugin) \ No newline at end of file + processTest(device, contractName, testLabel, testDirSuffix, rawTxHex, signedPlugin) +); \ No newline at end of file