Commit 582fdae
Fix NPE for null failed processor in IdentityFlowProcessorVerification
Fixes #425
IdentityFlowProcessorVerification.createFailedProcessor is allowed to
return null, but the TCK throws an NPE if it does. This introduces a
null check to ensure that doesn't happen.1 parent 0a47f63 commit 582fdae
2 files changed
Lines changed: 4 additions & 1 deletion
File tree
- tck-flow/src/main/java/org/reactivestreams/tck/flow
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
0 commit comments