Skip to content

Commit

Permalink
refactor: added semicolon at the end of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaoulmi committed Dec 3, 2021
1 parent fb19d6e commit a7ccf42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/mint_token.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ const devices = [
];

devices.forEach((device) =>
processTest(device, contractName, testLabel, testDirSuffix, rawTxHex, signedPlugin)
processTest(device, contractName, testLabel, testDirSuffix, rawTxHex, signedPlugin)
);

0 comments on commit a7ccf42

Please sign in to comment.