Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
antmoth committed Dec 3, 2024
1 parent bbba2a7 commit 5e5c088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/classes/profile/solr_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

# Packages
%w[
'openjdk-11-jre-headless',
'solr',
'lsof',
openjdk-11-jre-headless
solr
lsof
].each do |package|
it { is_expected.to contain_package(package) }
end
Expand Down

0 comments on commit 5e5c088

Please sign in to comment.