Skip to content

Commit e184427

Browse files
AdyenAutomationBotgcatanese
authored andcommitted
style(fmt): code formatted
1 parent 6359f9c commit e184427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/__tests__/balancePlatform.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ describe("Balance Platform", (): void => {
12721272
}
12731273
}
12741274
]
1275-
}
1275+
};
12761276

12771277
scope.get(`/balanceAccounts/${balanceAccountId}/transferLimits/current?scope=perTransaction&transferType=instant`)
12781278
.reply(200, mockResponse);
@@ -1295,7 +1295,7 @@ describe("Balance Platform", (): void => {
12951295
"counterparty": {
12961296
"balanceAccountId": "BA3227C223222B5CMD3FJFKGZ"
12971297
}
1298-
}
1298+
};
12991299

13001300
scope.get(`/balanceAccounts/${balanceAccountId}/transferLimits/${transferLimitId}`)
13011301
.reply(200, mockResponse);
@@ -1313,7 +1313,7 @@ describe("Balance Platform", (): void => {
13131313
"id": transferLimitId,
13141314
}
13151315
]
1316-
}
1316+
};
13171317
scope.get(`/balanceAccounts/${balanceAccountId}/transferLimits?scope=perTransaction&transferType=instant&status=active`)
13181318
.reply(200, mockResponse);
13191319

0 commit comments

Comments
 (0)