Skip to content

Commit

Permalink
Fixed code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
johanna-skylight committed Oct 10, 2023
1 parent 148b74e commit 95e960a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;

public class LoggedInAuthorizationServiceTest extends BaseServiceTest<DiseaseService> {
class LoggedInAuthorizationServiceTest extends BaseServiceTest<DiseaseService> {
@Autowired LoggedInAuthorizationService loggedInAuthorizationService;

@Test
Expand Down

0 comments on commit 95e960a

Please sign in to comment.