Rename JdbcIntegrationTest to JdbcLiveTest (#2600)
This commit is contained in:
committed by
GitHub
parent
3e192a0707
commit
f95f0da640
@@ -13,8 +13,9 @@ public class ResourceManagement {
|
||||
return resource;
|
||||
},
|
||||
r -> Observable.create(o -> {
|
||||
for (Character c : r.toCharArray())
|
||||
for (Character c : r.toCharArray()) {
|
||||
o.onNext(c);
|
||||
}
|
||||
o.onCompleted();
|
||||
}),
|
||||
r -> System.out.println("Disposed: " + r)
|
||||
|
||||
Reference in New Issue
Block a user