Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pillarsdotnet committed Sep 27, 2023
1 parent 55dc258 commit dad3813
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spec/classes/apt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@
}

it {
expect(subject).to contain_exec('apt_update').with(refreshonly: false,
timeout: 1,
tries: 3)
expect(subject).to contain_exec('apt_update').with(refreshonly: false)
}
end

Expand Down Expand Up @@ -308,9 +306,7 @@
}

it {
expect(subject).to contain_exec('apt_update').with(refreshonly: false,
timeout: 1,
tries: 3)
expect(subject).to contain_exec('apt_update').with(refreshonly: false)
}
end

Expand Down

0 comments on commit dad3813

Please sign in to comment.