Skip to content

Commit cd35183

Browse files
committed
Return value causes 'Unable to load JUnit4 runner to calculate Ignored test cases' error
1 parent 2610e9b commit cd35183

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/oreilly/rxjava/ch7/Chapter7.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public void sample_129() throws Exception {
142142
.onErrorReturn(error -> Income.no());
143143
}
144144

145-
@Test
146145
public Observable<Income> sample_137() throws Exception {
147146
Person person = new Person();
148147
try {

0 commit comments

Comments
 (0)