Fix typos
Closes gh-3608
This commit is contained in:
@@ -41,7 +41,7 @@ public class HttpTunnelPayloadForwarderTests {
|
||||
public ExpectedException thrown = ExpectedException.none();
|
||||
|
||||
@Test
|
||||
public void targetChannelMustNoBeNull() throws Exception {
|
||||
public void targetChannelMustNotBeNull() throws Exception {
|
||||
this.thrown.expect(IllegalArgumentException.class);
|
||||
this.thrown.expectMessage("TargetChannel must not be null");
|
||||
new HttpTunnelPayloadForwarder(null);
|
||||
|
||||
Reference in New Issue
Block a user