Skip to content

Commit

Permalink
Fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmayur001 committed Dec 3, 2024
1 parent c156f37 commit a3d6922
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sample/db/samples/taxonomies.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# frozen_string_literal: true

store = Spree::Store.where(code: 'sample-store').first

taxonomies = [
{ name: "Categories", store: },
{ name: "Brands", store: }
{ name: "Categories" },
{ name: "Brand" }
]

taxonomies.each do |taxonomy_attrs|
Expand Down

0 comments on commit a3d6922

Please sign in to comment.