From 85a93c7e4c8ad9c10d006b415087fe026fe72d76 Mon Sep 17 00:00:00 2001 From: Peter Wall <47324121+p-wall@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:04:46 +0200 Subject: [PATCH] Fix typo --- spec/credit_transfer_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/credit_transfer_spec.rb b/spec/credit_transfer_spec.rb index c70a7f0..6506c83 100644 --- a/spec/credit_transfer_spec.rb +++ b/spec/credit_transfer_spec.rb @@ -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 @@ -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