Skip to content

Commit

Permalink
Undef -> nil in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thejambavan committed Nov 16, 2023
1 parent 98b7504 commit c4e308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ class { 'redis':
describe 'test rdb-save-incremental-fsync Undef' do
let(:params) do
{
rdb_save_incremental_fsync: Undef,
rdb_save_incremental_fsync: nil,
}
end

Expand Down

0 comments on commit c4e308e

Please sign in to comment.