Skip to content

Commit be0d60b

Browse files
Merge pull request #2354 from JonEckenrode:main
PiperOrigin-RevId: 737657528
2 parents 8a5a91f + e4bbcd4 commit be0d60b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ext/junit/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
{{date}}
44

5-
`androidx.test.ext:junit:{version}` and `androidx.test.ext:junit-ktx:{version}` are released.
5+
`androidx.test.ext:junit:{version}` and `androidx.test.ext:junit-ktx:{version}`
6+
are released.
67

78
**Bug Fixes**
89

10+
* Fixed the link to the deprecated `androidx.test.rule.ActivityTestRule` in
11+
the class description.
12+
913
**New Features**
1014

1115
**Breaking Changes**

ext/junit/java/androidx/test/ext/junit/rules/ActivityScenarioRule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* #getScenario()}. You may finish your activity manually in your test, it will not cause any
3434
* problems and this rule does nothing after the test in such cases.
3535
*
36-
* <p>This rule is an upgraded version of the now deprecated {@link
37-
* androidx.test.rule.ActivityTestRule}.
36+
* <p>This rule is an upgraded version of the now deprecated <br>
37+
* {@link androidx.test.rule.ActivityTestRule}.
3838
*
3939
* <p>This rule does not support calling scenario.getResult(). Use
4040
* ActivityScenario.launchActivityForResult() when the Activity result is needed.

0 commit comments

Comments
 (0)