Skip to content
Snippets Groups Projects
Commit a126d39c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6990 do clean up

parent bd0a5e94
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ import de.ozgcloud.apilib.client_attribute.OzgCloudStringClientAttribute;
import de.ozgcloud.apilib.client_attribute.grpc.OzgCloudClientAttributeGrpcService;
import de.ozgcloud.apilib.vorgang.OzgCloudVorgangId;
public class OzgCloudClientAttributeServiceStarterITCase {
class OzgCloudClientAttributeServiceStarterITCase {
@Nested
@SpringBootTest(classes = ApiLibTestApplication.class)
......@@ -84,7 +84,7 @@ public class OzgCloudClientAttributeServiceStarterITCase {
private OzgCloudClientAttributeService attributeService;
@Test
void shouldStart() { // NOSONAR
void shouldStart() {
assertThat(attributeService).isInstanceOf(TestClientAttributeService.class);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment