Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Optic-Okulist committed Oct 19, 2023
1 parent 6008dae commit a1c6581
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
package spring.boot.bookstore;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class BookStoreApplicationTests {
@Test
void contextLoads(){

}
}

0 comments on commit a1c6581

Please sign in to comment.