We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96f161 commit 238d568Copy full SHA for 238d568
1 file changed
tests/java/itrx/chapter1/RxContractTest.java
@@ -10,7 +10,6 @@
10
11
public class RxContractTest {
12
13
- @Test
14
public void example() {
15
Subject<Integer, Integer> s = ReplaySubject.create();
16
s.subscribe(v -> System.out.println(v));
0 commit comments