diff --git a/performance-test/src/calculator_getFeesMulti.js b/performance-test/src/calculator_getFeesMulti.js index 8e2c73d5..a83beac7 100644 --- a/performance-test/src/calculator_getFeesMulti.js +++ b/performance-test/src/calculator_getFeesMulti.js @@ -66,7 +66,7 @@ export default function calculator() { // to give randomness to request in order to avoid caching const paymentAmount = Math.floor(Math.random() * (100 + __VU) % 100); - const primaryCreditorInstitution = '7777777777' + (int)Math.floor(Math.random() * 10); + const primaryCreditorInstitution = '7777777777' + Math.floor(Math.random() * 10); let payload = { "bin": "1005066",