Skip to content

Commit

Permalink
Include validation spec
Browse files Browse the repository at this point in the history
  • Loading branch information
brorbw committed Jan 31, 2024
1 parent eda2cf4 commit c0298f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/aliquot/validator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
let(:schema) { Aliquot::Validator::ECv2_TokenizedPaymentMethodDetailsContract.new }
let(:generator) { AliquotPay.new(protocol_version: :ECv2, type: :browser) }
let(:token) { generator.token }
# include_examples 'Validator Spec'
include_examples 'Validator Spec'
include_examples 'ECv2 PaymentMethodDetails'

context 'pan' do
Expand Down

0 comments on commit c0298f4

Please sign in to comment.