Skip to content

Commit

Permalink
fix spec/models/spree/tax_rate_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Jun 5, 2023
1 parent 73ed3c7 commit a1c6fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/spree/tax_rate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ module Spree
tax_category: @category,
zone: @zone
)
@order = Spree::Order.create!
@order = Spree::Order.create!(state: 'payment')
@taxable = create(:product, tax_category: @category)
@nontaxable = create(:product, tax_category: @category2)
end
Expand Down

0 comments on commit a1c6fbb

Please sign in to comment.