Skip to content

Commit 06e2849

Browse files
committed
fix hound again
1 parent a073ba2 commit 06e2849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fcm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
).and_return(google_authorizer_double)
635635
allow(google_authorizer_double).to receive(
636636
:fetch_access_token!
637-
).and_return({ 'access_token' => access_token })
637+
).and_return('access_token' => access_token)
638638

639639
fcm = described_class.new(api_key, json_key_path, project_name)
640640
fcm.send_v1(send_v1_params).should eq(

0 commit comments

Comments
 (0)