Skip to content

Commit

Permalink
fixedy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
towo committed Aug 31, 2022
1 parent 86227ef commit e6b0aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppet/provider/openldap_database/olc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
describe '::instances' do
context 'with all parameters' do
it 'parses olcReadOnly' do
expect(described_class.instances.first.readonly).to be_falsey
expect(described_class.instances.first.readonly).to eq(:false)
end
end
end
Expand Down

0 comments on commit e6b0aee

Please sign in to comment.