From 77ff7f43ebb2097be97839c96b707cd1546cd7b5 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 4 Jun 2025 15:03:45 +0200 Subject: [PATCH] This test does not make sense anymore with the new entropy model --- test/models/card/entropic_test.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/models/card/entropic_test.rb b/test/models/card/entropic_test.rb index 38f7b665b..2d4d604e3 100644 --- a/test/models/card/entropic_test.rb +++ b/test/models/card/entropic_test.rb @@ -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