Skip to content

Commit

Permalink
rubocop corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed Aug 31, 2023
1 parent 6e20ed6 commit 4237443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/card_image_loading_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
end

it 'imports both GuideCard and SubGuideCard images' do
expect(GuideCard.count).to eq 0
expect(GuideCard.count).to eq 0
expect(SubGuideCard.count).to eq 0
gcls.import
expect(GuideCard.count).to eq 12
Expand Down

0 comments on commit 4237443

Please sign in to comment.