Commit 0dc096f9 authored by izeye's avatar izeye Committed by Stephane Nicoll

Fix typo

Closes gh-3333
parent 5eb9cd01
...@@ -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