Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Aug 18, 2024
1 parent ac58da8 commit 4c8eb80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions volumes/backend/spec/services/search/related_product_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
let(:platform_mask) { "yahoo_auction.buyable" }
let(:expected_products) { [yahoo_auction_product_buyable_a, yahoo_auction_product_buyable_b] }

include_examples "フィルタリングのテスト",
"すぐに購入可能(即決価格がmax_price以下 OR 1日以内に終了)なYahooAuctionProductの値を返却すること"
include_examples "フィルタリングのテスト", "すぐに購入可能(即決価格がmax_price以下 OR 1日以内に終了)なYahooAuctionProductの値を返却すること"
end
end

Expand Down

0 comments on commit 4c8eb80

Please sign in to comment.