Fix name
This commit is contained in:
@@ -40,7 +40,7 @@ class Channel::GooglePlay < ApplicationRecord
|
||||
after_create_commit :enqueue_initial_review_fetch
|
||||
|
||||
def name
|
||||
'Google Play'
|
||||
'Google PlayStore'
|
||||
end
|
||||
|
||||
def sync_due?
|
||||
|
||||
@@ -28,7 +28,7 @@ RSpec.describe Channel::GooglePlay do
|
||||
|
||||
describe '#name' do
|
||||
it 'returns the human-readable channel name' do
|
||||
expect(channel.name).to eq 'Google Play'
|
||||
expect(channel.name).to eq 'Google PlayStore'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user