Skip to content

Commit

Permalink
Merge 0292af5 into da0eefa
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Sep 21, 2024
2 parents da0eefa + 0292af5 commit 23e21a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void registerRolloutsStateSubscriber_firebaseNamespace_callsSubscriptionH
when(mockMetadataClient.getRealtimeBackoffMetadata())
.thenReturn(new ConfigMetadataClient.RealtimeBackoffMetadata(0, new Date()));

RemoteConfigComponent frcComponent = getNewFrcComponent();
RemoteConfigComponent frcComponent = getNewFrcComponentWithoutLoadingDefault();
FirebaseRemoteConfig instance = getFrcInstanceFromComponent(frcComponent, DEFAULT_NAMESPACE);

frcComponent.registerRolloutsStateSubscriber(DEFAULT_NAMESPACE, mockRolloutsStateSubscriber);
Expand Down

0 comments on commit 23e21a0

Please sign in to comment.