Skip to content

Commit

Permalink
XNSE ifsc added
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyankaMarbill committed Nov 6, 2024
1 parent 50dbede commit bd36a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/node/client_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ifsc.fetchDetails('HDFC0CAGSBK')
ifsc
.fetchDetails('XNSE0000001')
.then(function(res) {
assert.equal('EXCHANGE PLAZA,PLOT NO C/1, G BLOCK,BANDRA-KURLA COMPLEX,BANDRA (E), MUMBAI 400051',res['ADDRESS'])
assert.equal('NSE Clearing Limited',res['BANK'])
assert.equal('XNSE',res['BANKCODE'])
assert.equal('MUMBAI',res['BRANCH'])
Expand Down

0 comments on commit bd36a1a

Please sign in to comment.