Skip to content

Commit

Permalink
Merge pull request #97 from p-wall/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ledermann authored Sep 15, 2021
2 parents 65077c9 + 85a93c7 commit e95e636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/credit_transfer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
sct
end

it 'should validate against pain.001.003.01' do
it 'should validate against pain.001.003.03' do
expect(subject.to_xml(SEPA::PAIN_001_003_03)).to validate_against('pain.001.003.03.xsd')
end
end
Expand Down Expand Up @@ -90,7 +90,7 @@
sct
end

it 'should validate against pain.001.001.01' do
it 'should validate against pain.001.001.03' do
expect(subject.to_xml(SEPA::PAIN_001_001_03)).to validate_against('pain.001.001.03.xsd')
end
end
Expand Down

0 comments on commit e95e636

Please sign in to comment.