Skip to content

Commit

Permalink
minot commit bump to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thejambavan committed Nov 16, 2023
1 parent a6db2e7 commit 98b7504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/classes/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ class { 'redis':
}
end

describe 'test rdb-save-incremental-fsync enabled for redis6' do
describe 'test rdb-save-incremental-fsync enabled' do
let(:params) do
{
rdb_save_incremental_fsync: true,
Expand All @@ -1690,7 +1690,7 @@ class { 'redis':
it { is_expected.to contain_file(config_file_orig).with('content' => %r{^rdb-save-incremental-fsync yes$}) }
end

describe 'test rdb-save-incremental-fsync disabled for redis6' do
describe 'test rdb-save-incremental-fsync disabled' do
let(:params) do
{
rdb_save_incremental_fsync: false,
Expand All @@ -1700,7 +1700,7 @@ class { 'redis':
it { is_expected.to contain_file(config_file_orig).with('content' => %r{^rdb-save-incremental-fsync no$}) }
end

describe 'test rdb-save-incremental-fsync Undef for redis6' do
describe 'test rdb-save-incremental-fsync Undef' do
let(:params) do
{
rdb_save_incremental_fsync: Undef,
Expand Down

0 comments on commit 98b7504

Please sign in to comment.