Skip to content

Commit 176346a

Browse files
dimitar-asenovakarnokd
authored andcommitted
Add missing @test annotation (#4358)
1 parent 5688cc8 commit 176346a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/reactivex/observable/ObservableTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public Throwable call() {
143143
verify(w, times(1)).onError(any(RuntimeException.class));
144144
}
145145

146+
@Test
146147
public void testTakeFirstWithPredicateOfSome() {
147148
Observable<Integer> o = Observable.just(1, 3, 5, 4, 6, 3);
148149
o.takeFirst(IS_EVEN).subscribe(w);

0 commit comments

Comments
 (0)