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 0c1cf2e commit 12c0f5e
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 @@ -24,7 +24,7 @@
expect(described_class.get_details(:XNSE)).to eq(code: 'XNSE',
type: 'XNSE',
ifsc: 'XNSE0000001',
micr: XNSE00001,
micr: 'XNSE00001',
bank_code: null,
)
end
Expand Down

0 comments on commit 12c0f5e

Please sign in to comment.