summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@google.com> 2024-02-02 22:44:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-02 22:44:28 +0000
commita51419d4319d31939585f3b64eefa8460b62d17d (patch)
treea35895863fa66923e7d64dfdcbd04e36e70e5c0b
parent85bfe4f97fd13c6cd1c72b748352a9e7188e63d4 (diff)
parent86cd4fe417ca6c700020bafc5f519a9588343aeb (diff)
Merge "Update SetFlagsRule instruction ravenwood document" into main
-rw-r--r--ravenwood/test-authors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ravenwood/test-authors.md b/ravenwood/test-authors.md
index 5df827f11033..9179a621d0df 100644
--- a/ravenwood/test-authors.md
+++ b/ravenwood/test-authors.md
@@ -101,7 +101,7 @@ import android.platform.test.flag.junit.SetFlagsRule;
@RunWith(AndroidJUnit4.class)
public class MyCodeTest {
@Rule
- public final SetFlagsRule mSetFlagsRule = new SetFlagsRule();
+ public final SetFlagsRule mSetFlagsRule = new SetFlagsRule(SetFlagsRule.DefaultInitValueType.NULL_DEFAULT);
@Test
public void testEnabled() {