From 6da442eb97cfa8b4e4249a5ad30510f655dc3f83 Mon Sep 17 00:00:00 2001 From: Vinicius Uehara Date: Sun, 30 Oct 2022 21:42:48 -0300 Subject: [PATCH] Fix trailing whitespace --- spec/models/product_importer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/product_importer_spec.rb b/spec/models/product_importer_spec.rb index 5188846632..3b415bf84a 100644 --- a/spec/models/product_importer_spec.rb +++ b/spec/models/product_importer_spec.rb @@ -286,7 +286,7 @@ describe ProductImport::ProductImporter do it "raises an error" do importer.validate_entries entries = JSON.parse(importer.entries_json) - error = entries['2']['errors']['shipping_category'] + error = entries['2']['errors']['shipping_category'] expect(error).to include "Shipping_category doesn't match allowed categories" end