Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yshmarov committed Oct 15, 2023
1 parent d598960 commit b859870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ gem 'passwordless', '~> 0.11.0'
gem 'pagy'
gem 'good_job'
gem 'view_component'
gem 'rack-host-redirect'
2 changes: 2 additions & 0 deletions test/jobs/process_caption_job_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'test_helper'

# rubocop:disable Layout/LineLength
class ProcessCaptionJobTest < ActiveJob::TestCase
def setup
@insta_user = InstaUser.create(username: 'za.yuliia', remote_id: SecureRandom.random_number(9999))
Expand Down Expand Up @@ -33,3 +34,4 @@ def processed_caption_text
TEXT
end
end
# rubocop:enable Layout/LineLength

0 comments on commit b859870

Please sign in to comment.