Skip to content

Commit

Permalink
reenabled test for apple
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Mar 24, 2021
1 parent 0788665 commit 9bd31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mangopay/payin_applepay_direct_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def check_type_and_status(payin)

describe 'CREATE' do
it 'creates a applepay direct payin' do
pending("no cards to test for")
#pending("no cards to test for")
created = new_payin_applepay_direct
expect(created['Id']).not_to be_nil
check_type_and_status(created)
Expand Down

0 comments on commit 9bd31dc

Please sign in to comment.