Skip to content

Commit

Permalink
11987: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Jun 26, 2024
1 parent 0aea201 commit 4315a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/spree/product_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Spree
clone = product.duplicate

expect(clone).to be_persisted
expect(clone.name).to eq 'COPY OF ' + product.name
expect(clone.name).to eq "COPY OF #{product.name}"
expect(clone.sku).to eq ""
expect(clone.image).to eq product.image
end
Expand Down

0 comments on commit 4315a05

Please sign in to comment.