Skip to content

Commit

Permalink
fix: rename file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCarlosAguilarB committed Jun 16, 2024
1 parent 5f00e38 commit 83df41b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import org.springframework.data.domain.Pageable;

import java.util.ArrayList;
import java.util.List;

@DataJpaTest
public class TopicRepositoryShuold {
public class TopicRepositoryShould {

@Autowired
private TopicRepository topicRepository;
Expand Down

0 comments on commit 83df41b

Please sign in to comment.