From 7e6890cb466a12eaebeb18405bd296cec4bb98ee Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 21 Oct 2024 16:09:31 -0500 Subject: [PATCH] Fix linter error --- test/controllers/tags_controller_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/controllers/tags_controller_test.rb b/test/controllers/tags_controller_test.rb index 2ece908e5..909b806e2 100644 --- a/test/controllers/tags_controller_test.rb +++ b/test/controllers/tags_controller_test.rb @@ -22,4 +22,3 @@ class TagsControllerTest < ActionDispatch::IntegrationTest assert bubbles(:logo).tags.pluck(:title).include?("Horizons") end end -