Skip to content

Commit 1678a12

Browse files
author
Varun Rathore
committed
resolved comments
1 parent 221c248 commit 1678a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/google/firebase/remoteconfig/ParameterValueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public void testEquality() {
141141
assertNotEquals(experimentValueOne, experimentValueFour);
142142
}
143143

144-
@Test
144+
@Test
145145
public void testExperimentValueWithZeroExposure() {
146146
ParameterValue.ExperimentValue value = ParameterValue.ofExperiment(
147147
"exp_0", ImmutableList.of(ExperimentVariantValue.of("v1", "foo")), 0.0);

0 commit comments

Comments
 (0)