From 69d49a3ea80dd64413e5e586d38df8c1f3eaa285 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 26 Sep 2022 18:25:27 -0700 Subject: [PATCH] Fixed test warning [skip ci] --- test/notifications_test.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/test/notifications_test.rb b/test/notifications_test.rb index 8052c40..6098dab 100644 --- a/test/notifications_test.rb +++ b/test/notifications_test.rb @@ -2,6 +2,8 @@ require_relative "test_helper" class NotificationsTest < Minitest::Test def test_search + Product.search_index.refresh + notifications = capture_notifications do Product.search("product").to_a end -- libgit2 0.21.0