We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6738c6d commit d887d18Copy full SHA for d887d18
firebase-config/src/test/java/com/google/firebase/remoteconfig/internal/ConfigFetchHandlerTest.java
@@ -769,7 +769,7 @@ public void getInfo_hitsThrottleLimit_throttledStatus() throws Exception {
769
}
770
771
@Test
772
- public void customSignals_updated_onSubsequentFetch() throws Exception {
+ public void fetch_usesLatestCustomSignals() throws Exception {
773
Map<String, String> customSignals =
774
ImmutableMap.of(
775
"subscription", "premium",
0 commit comments