Commit 8b5d44a5 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #3333 from izeye/patch-26

* pr/3333:
  Fix typo
parents 5eb9cd01 0dc096f9
...@@ -98,7 +98,7 @@ public class DelayedLiveReloadTriggerTests { ...@@ -98,7 +98,7 @@ public class DelayedLiveReloadTriggerTests {
} }
@Test @Test
public void urlMostNotBeNull() throws Exception { public void urlMustNotBeNull() throws Exception {
this.thrown.expect(IllegalArgumentException.class); this.thrown.expect(IllegalArgumentException.class);
this.thrown.expectMessage("URL must not be empty"); this.thrown.expectMessage("URL must not be empty");
new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null); new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment