Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Jun 26, 2015
1 parent 5eb9cd0 commit 0dc096f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void requestFactoryMustNotBeNull() throws Exception {
}

@Test
public void urlMostNotBeNull() throws Exception {
public void urlMustNotBeNull() throws Exception {
this.thrown.expect(IllegalArgumentException.class);
this.thrown.expectMessage("URL must not be empty");
new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null);
Expand Down

0 comments on commit 0dc096f

Please sign in to comment.