diff --git a/spec/models/payment_infos/qr_bill_spec.rb b/spec/models/payment_infos/qr_bill_spec.rb index d296f0f1e..a1d22185f 100644 --- a/spec/models/payment_infos/qr_bill_spec.rb +++ b/spec/models/payment_infos/qr_bill_spec.rb @@ -52,7 +52,7 @@ end context 'with SCOR Ref' do - it { is_expected.to eq('RF 37123 45678 91011 1213') } + it { is_expected.to eq('RF37 1234 5678 9101 1121 3') } end end end