Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Fix failing spec
Browse files Browse the repository at this point in the history
Co-authored-by:     Andrea Longhi <andrea@spaghetticode.it>
Co-authored-by:     Flavio Auciello <flavioauciello@nebulab.it>
  • Loading branch information
Flavio Auciello and spaghetticode committed Apr 16, 2021
1 parent 6e28fd1 commit c09a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/solidus_paypal_braintree/gateway_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let(:user) { create :user }

let(:source) do
SolidusPaypalBraintree::Source.new(
SolidusPaypalBraintree::Source.create!(
nonce: 'fake-valid-nonce',
user: user,
payment_type: payment_type,
Expand Down

0 comments on commit c09a16b

Please sign in to comment.