Skip to content

Commit

Permalink
Add new method to null column list to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyTaylor committed Mar 11, 2024
1 parent b2dcbf0 commit a3ab53f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ def errors
def with_specialised_fields
[]
end

def has_tags?

Check failure on line 30 in app/sequencescape_excel/sequencescape_excel/null_objects/null_column_list.rb

View workflow job for this annotation

GitHub Actions / rubocop

Naming/PredicateName: Rename `has_tags?` to `tags?`. (https://rubystyle.guide#bool-methods-qmark)

Check failure on line 30 in app/sequencescape_excel/sequencescape_excel/null_objects/null_column_list.rb

View workflow job for this annotation

GitHub Actions / rubocop

Naming/PredicateName: Rename `has_tags?` to `tags?`. (https://rubystyle.guide#bool-methods-qmark)
false
end
end
end
end

0 comments on commit a3ab53f

Please sign in to comment.