Skip to content

Commit

Permalink
chore: fix reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
mherwig committed Dec 2, 2024
1 parent 7af9d83 commit a2297c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2024 Deutsche Telekom IT GmbH
//
// SPDX-License-Identifier: Apache-2.0

package de.telekom.horizon.pulsar.actuator;

import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2024 Deutsche Telekom IT GmbH
//
// SPDX-License-Identifier: Apache-2.0

package de.telekom.horizon.pulsar.actuator;

import org.springframework.context.ApplicationEvent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertThrows;

@SpringBootTest
@Import({MongoTestServerConfiguration.class})
Expand Down

0 comments on commit a2297c2

Please sign in to comment.