summaryrefslogtreecommitdiff
path: root/spec/super_good/solidus_taxjar_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/super_good/solidus_taxjar_spec.rb')
-rw-r--r--spec/super_good/solidus_taxjar_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/super_good/solidus_taxjar_spec.rb b/spec/super_good/solidus_taxjar_spec.rb
index 865ed8b..6236b2f 100644
--- a/spec/super_good/solidus_taxjar_spec.rb
+++ b/spec/super_good/solidus_taxjar_spec.rb
@@ -12,7 +12,7 @@ RSpec.describe SuperGood::SolidusTaxjar do
let(:order) { Spree::Order.new }
it "returns the API params converted to JSON" do
- allow(SuperGood::SolidusTaxjar::APIParams)
+ allow(SuperGood::SolidusTaxjar::ApiParams)
.to receive(:order_params)
.with(order)
.and_return({some: "hash", with: "stuff", in: "it"})