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 8, 2024
1 parent 12c0f5e commit 233b99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ruby/bank_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
it 'should return details from the bank code' do
expect(described_class.get_details(:XNSE)).to eq(code: 'XNSE',
type: 'XNSE',
ifsc: 'XNSE0000001',
ifsc: '110024001',
micr: 'XNSE00001',
bank_code: null,
)
Expand Down

0 comments on commit 233b99b

Please sign in to comment.