Skip to content

Commit b522199

Browse files
committed
Merge pull request #13792 from dreis2211:missing-test-annotation
* pr/13792: Add missing @test in RestarterTests
2 parents fec5ecc + fba971f commit b522199

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart

1 file changed

+2
-1
lines changed

spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -109,6 +109,7 @@ public void getOrAddAttributeWithNewAttribute() throws Exception {
109109
assertThat(attribute).isEqualTo("abc");
110110
}
111111

112+
@Test
112113
public void addUrlsMustNotBeNull() throws Exception {
113114
this.thrown.expect(IllegalArgumentException.class);
114115
this.thrown.expectMessage("Urls must not be null");

0 commit comments

Comments
 (0)