renamed the Test class

This commit is contained in:
Amit Kumatr 2023-02-12 13:30:21 +05:30
parent 91c73a097e
commit 792bda644d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import com.github.javafaker.Faker;
@DataJpaTest
class UserRepositoryIntegrationTest {
class UserRepositoryUnitTest {
@Autowired
private UserRepository userRepository;