Dagim H.#5
Conversation
There was a problem hiding this comment.
There is a space after the file name which can cause trouble. It also looks like the ending part of the file is missing, because I see only POST /api/analytics documented, and status codes are missing too.
| @@ -1,4 +1,4 @@ | |||
| package com.dagim.AnalyticsAPI; | |||
There was a problem hiding this comment.
The package naming is inconsistent which causes that the project does not compile after checkout.
| import org.springframework.boot.test.context.SpringBootTest; | ||
|
|
||
| @SpringBootTest | ||
| class AnalyticsApiApplicationTests { |
There was a problem hiding this comment.
This test is empty. At least all service methods in this application must have a unit test.
|
Hi @composix, |
No description provided.