xuhaiyan 5 years ago
parent
commit
c6c05e9b08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demo/src/test/java/com/example/demo/DemoApplicationTests.java

+ 1 - 1
demo/src/test/java/com/example/demo/DemoApplicationTests.java

@@ -7,7 +7,7 @@ import org.springframework.boot.test.context.SpringBootTest;
 class DemoApplicationTests {
 
 	@Test
-	void contextLoads() {
+	void  contextLoads() {
 	}
 
 }