squash some warnings
This commit is contained in:
parent
3140e72265
commit
e5baba2b29
42 changed files with 146 additions and 161 deletions
|
|
@ -385,7 +385,6 @@ public class FlowTest extends StreamTest {
|
|||
})).run(materializer);
|
||||
|
||||
List<Object> output = Arrays.asList(probe.receiveN(3));
|
||||
@SuppressWarnings("unchecked")
|
||||
List<Pair<String, Integer>> expected = Arrays.asList(new Pair<String, Integer>("A", 1), new Pair<String, Integer>(
|
||||
"B", 2), new Pair<String, Integer>("C", 3));
|
||||
assertEquals(expected, output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue