Skip to content

Commit 298a812

Browse files
author
Manuel
committed
test(backend): Remove public identifier to make sonar happy #2
1 parent 6cf4d2e commit 298a812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/test/java/ch/puzzle/pcts/mapper/ExampleMapperIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import org.mockito.InjectMocks;
1212
import org.mockito.MockitoAnnotations;
1313

14-
public class ExampleMapperIT {
14+
class ExampleMapperIT {
1515
@InjectMocks
1616
private ExampleMapper mapper;
1717

0 commit comments

Comments
 (0)