diff options
| author | 2024-02-02 22:44:28 +0000 | |
|---|---|---|
| committer | 2024-02-02 22:44:28 +0000 | |
| commit | a51419d4319d31939585f3b64eefa8460b62d17d (patch) | |
| tree | a35895863fa66923e7d64dfdcbd04e36e70e5c0b | |
| parent | 85bfe4f97fd13c6cd1c72b748352a9e7188e63d4 (diff) | |
| parent | 86cd4fe417ca6c700020bafc5f519a9588343aeb (diff) | |
Merge "Update SetFlagsRule instruction ravenwood document" into main
| -rw-r--r-- | ravenwood/test-authors.md | 2 |
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() { |