Skip to content

Commit

Permalink
test: remove extra end
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 21, 2024
1 parent df52944 commit 0d5dcd6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions instrumentation/que/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ appraise 'que-2.x' do
end
end

appraise 'que-latest' do
gem 'que'
gem 'activerecord'
end
appraise 'que-latest' do
gem 'que'
gem 'activerecord'
end

0 comments on commit 0d5dcd6

Please sign in to comment.