Skip to content

Commit

Permalink
tosquash
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Nov 27, 2024
1 parent 1ae9b50 commit ce864ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/ci/git/packfiles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
before { skip if PlatformHelpers.jruby? }

let(:commits) { Datadog::CI::Git::LocalRepository.git_commits }
let(:included_commits) { commits[0..1] }
let(:excluded_commits) { commits[2..] }
let(:included_commits) { commits[0..1] || [] }
let(:excluded_commits) { commits[2..] || [] }

describe ".generate" do
it "yields packfile" do
Expand Down

0 comments on commit ce864ad

Please sign in to comment.