Commit 6c59e758 authored by Andy Wilkinson's avatar Andy Wilkinson

Update tests to align with changes made in 80940764

See gh-3900
parent 80940764
......@@ -38,7 +38,7 @@ public class DevToolsPropertiesTests {
restart.getAllExclude(),
arrayContaining("META-INF/maven/**", "META-INF/resources/**",
"resources/**", "static/**", "public/**", "templates/**",
"foo/**", "bar/**"));
"**/*Test.class", "**/*Tests.class", "foo/**", "bar/**"));
}
@Test
......
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