Skip to content

Commit a57741b

Browse files
dimitar-asenovakarnokd
authored andcommitted
Add missing @test annotation (#4359)
1 parent 72c0519 commit a57741b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/rx/ObservableTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public void call(Subscriber<? super String> obsv) {
152152
verify(w, times(1)).onError(any(RuntimeException.class));
153153
}
154154

155+
@Test
155156
public void testTakeFirstWithPredicateOfSome() {
156157
Observable<Integer> observable = Observable.just(1, 3, 5, 4, 6, 3);
157158
observable.takeFirst(IS_EVEN).subscribe(w);

0 commit comments

Comments
 (0)