Skip to content

Commit

Permalink
test: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
teluq-pbrideau committed Jul 26, 2023
1 parent e8f24c5 commit c516311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%w[dnf yum].each do |pkgmgr|
context "when package_provider fact is #{pkgmgr}" do
let(:facts) do
super().merge({package_provider: pkgmgr })
super().merge({ package_provider: pkgmgr })
end

context 'when ensure is a Boolean' do
Expand Down

0 comments on commit c516311

Please sign in to comment.