This test does not make sense anymore with the new entropy model

This commit is contained in:
Jorge Manrubia
2025-06-04 15:03:45 +02:00
parent a6ffbf7ec6
commit 77ff7f43eb
-8
View File
@@ -104,12 +104,4 @@ class Card::EntropicTest < ActiveSupport::TestCase
assert cards(:logo).reload.considering?
assert_equal Time.current, cards(:logo).last_active_at
end
test ".entropy.auto_clean_at returns when the entropy will be cleaned" do
assert_equal cards(:layout).entropy.auto_clean_at, cards(:layout).entropy.auto_clean_at
assert_not_nil cards(:layout).entropy.auto_clean_at
assert_equal cards(:logo).entropy.auto_clean_at, cards(:logo).entropy.auto_clean_at
assert_not_nil cards(:logo).entropy.auto_clean_at
end
end