Skip to content

Commit

Permalink
enable test coverage for gRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariamaaraki committed May 12, 2024
1 parent 8274a94 commit ecddd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
<excludes>
<exclude>**/config/SwaggerConfig.class</exclude>
<exclude>**/generated/*</exclude>
<exclude>**/api/*</exclude>
<exclude>**/api/controllers/*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ProblemsRepositoryTests {
private TypeReference<ArrayList<Problem>> typeReference;

@InjectMocks
private ProblemsRepository problemsRepository;
private ProblemsRepositoryDefault problemsRepository;

@BeforeEach
void setUp() {
Expand Down

0 comments on commit ecddd78

Please sign in to comment.