This commit is contained in:
Pranav
2026-05-20 07:06:53 -07:00
parent 9edad844a4
commit 1149edbd2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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?
+1 -1
View File
@@ -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