BAEL-343 Renamed one test

This commit is contained in:
pedja4 2017-02-27 10:18:31 +01:00 committed by GitHub
parent 065640b8d4
commit ef610affc9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class ReactorTest {
}
@Test
public void givenConnectableFlux_thenShouldStream_onConnect() {
public void givenConnectableFlux_whenConnected_thenShouldStream() {
List<Integer> elements = new ArrayList<>();