From 6bf043f09f0bb15598ec39157ab8bc9c7aea4de9 Mon Sep 17 00:00:00 2001 From: Vyacheslav Boyko Date: Tue, 30 Jul 2019 12:32:34 +0300 Subject: [PATCH] springboot2-junit5-skiptest update --- springboot2-junit5-skiptest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot2-junit5-skiptest/README.md b/springboot2-junit5-skiptest/README.md index d025425..3c2fd03 100644 --- a/springboot2-junit5-skiptest/README.md +++ b/springboot2-junit5-skiptest/README.md @@ -190,7 +190,7 @@ You can take a look at [full class code](src/test/java/com/bvn13/example/springb ## New annotation usage -And now we'll apply new annotation to aour test class: +And now we'll apply new annotation to aour [test class](src/test/java/com/bvn13/example/springboot/junit/skiptest/SkiptestApplicationTests.java): ``` java @SpringBootTest