renamed the Test class

This commit is contained in:
Amit Kumatr
2023-02-12 13:30:21 +05:30
parent acd2e6c978
commit 06b4300604

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;