"first commit in new fork"

This commit is contained in:
Arindum Roy 2020-04-19 23:03:39 +05:30
parent c4ed1770e2
commit 60b00e38b6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import static org.junit.Assert.assertEquals;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = BookApplication.class)
public class BookRepositoryTest {
public class BookRepositoryIntegrationTest {
public static final String JAVA_101 = "Java101";
public static final String JANE = "Jane";