From 6460c40f29f26dfe0ab23cb1c2014b456670abac Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 15 Oct 2025 20:41:09 -0500 Subject: [PATCH] Update test --- test/models/filter_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/models/filter_test.rb b/test/models/filter_test.rb index 56a627883..a47e4ccba 100644 --- a/test/models/filter_test.rb +++ b/test/models/filter_test.rb @@ -34,7 +34,7 @@ class FilterTest < ActiveSupport::TestCase filter = users(:david).filters.new card_ids: [ cards(:logo, :layout).collect(&:id) ] cards(:logo).drafted! - assert_equal [ cards(:layout) ], filter.cards + assert_equal [ cards(:logo), cards(:layout) ], filter.cards end test "can't see cards in collections that aren't accessible" do