File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ def stub_get_aab_info(params)
317
317
} )
318
318
319
319
expect_any_instance_of ( Fastlane ::Client ::FirebaseAppDistributionApiClient ) . to_not ( receive ( :update_release_notes ) )
320
- expect ( Fastlane ::Actions . lane_context [ :FIREBASE_APP_DISTRO_RELEASE ] ) . to eq ( release )
320
+ expect ( Fastlane ::Actions . lane_context [ Fastlane :: Actions :: SharedValues : :FIREBASE_APP_DISTRO_RELEASE ] ) . to eq ( release )
321
321
end
322
322
323
323
it 'updates FIREBASE_APP_DISTRO_RELEASE with release returned from update release notes call' do
@@ -344,7 +344,7 @@ def stub_get_aab_info(params)
344
344
release_notes : 'updated'
345
345
} )
346
346
347
- expect ( Fastlane ::Actions . lane_context [ :FIREBASE_APP_DISTRO_RELEASE ] ) . to eq ( updated_release )
347
+ expect ( Fastlane ::Actions . lane_context [ Fastlane :: Actions :: SharedValues : :FIREBASE_APP_DISTRO_RELEASE ] ) . to eq ( updated_release )
348
348
end
349
349
end
350
350
end
You can’t perform that action at this time.
0 commit comments