Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabina committed Feb 7, 2025
1 parent 5c856ea commit 88b107e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec/lib/duplicate_article_deleter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@
end
let!(:new_article) do
create(:article,
id: 2262715,
title: 'Kostanay',
namespace: 0,
created_at: 1.day.from_now)
id: 2262715,
title: 'Kostanay',
namespace: 0,
created_at: 1.day.from_now)
end
let!(:duplicate_article) do
create(:article,
id: 46349871,
title: 'Kostanay',
namespace: 0,
created_at: 1.day.ago)
id: 46349871,
title: 'Kostanay',
namespace: 0,
created_at: 1.day.ago)
end

it 'marks oldest one deleted when there are two ids for one page' do
Expand Down

0 comments on commit 88b107e

Please sign in to comment.