From 21b4c2e11cf1bb31ad35003bc40b05c7fc757100 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 7 Oct 2022 11:40:10 -0700 Subject: [PATCH] Removed unneeded code [skip ci] --- test/relation_test.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/test/relation_test.rb b/test/relation_test.rb index 8065e6f..7898f03 100644 --- a/test/relation_test.rb +++ b/test/relation_test.rb @@ -24,7 +24,6 @@ class RelationTest < Minitest::Test end def test_load - Product.search_index.refresh products = Product.search("*") refute products.loaded? assert products.load.loaded? -- libgit2 0.21.0