File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments