Skip to content

Commit d887d18

Browse files
Rename the test
1 parent 6738c6d commit d887d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-config/src/test/java/com/google/firebase/remoteconfig/internal/ConfigFetchHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ public void getInfo_hitsThrottleLimit_throttledStatus() throws Exception {
769769
}
770770

771771
@Test
772-
public void customSignals_updated_onSubsequentFetch() throws Exception {
772+
public void fetch_usesLatestCustomSignals() throws Exception {
773773
Map<String, String> customSignals =
774774
ImmutableMap.of(
775775
"subscription", "premium",

0 commit comments

Comments
 (0)