Skip to content

Commit

Permalink
✅ test: Refatorando o nome das classes dos testes unitários
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra committed Aug 29, 2024
1 parent 6c51550 commit 91e8c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

@ExtendWith(MockitoExtension.class)
@ActiveProfiles("test")
public class PostServiceTest {
public class PostServiceUnitTest {
@InjectMocks
PostService postService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@ExtendWith(MockitoExtension.class)
@ActiveProfiles("test")
public class UserServiceTest {
public class UserServiceUnitTest {
@InjectMocks
UserService userService;

Expand Down

0 comments on commit 91e8c8b

Please sign in to comment.