Skip to content

Commit 8b5d44a

Browse files
committed
Merge pull request #3333 from izeye/patch-26
* pr/3333: Fix typo
2 parents 5eb9cd0 + 0dc096f commit 8b5d44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-devtools/src/test/java/org/springframework/boot/devtools/remote/client/DelayedLiveReloadTriggerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void requestFactoryMustNotBeNull() throws Exception {
9898
}
9999

100100
@Test
101-
public void urlMostNotBeNull() throws Exception {
101+
public void urlMustNotBeNull() throws Exception {
102102
this.thrown.expect(IllegalArgumentException.class);
103103
this.thrown.expectMessage("URL must not be empty");
104104
new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null);

0 commit comments

Comments
 (0)