Skip to content

Commit

Permalink
ryanjbaxter
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 authored Jul 25, 2024
1 parent e298bb6 commit ad1917a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* @author Gytis Trikleris
*/
public class LeaderContextTest {
class Fabric8LeaderContextTest {

private final Candidate mockCandidate = Mockito.mock(Candidate.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* @author Gytis Trikleris
*/
public class LeaderInitiatorTest {
class Fabric8LeaderInitiatorTest {

private final LeaderProperties leaderProperties = new LeaderProperties();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @author Gytis Trikleris
*/
class LeaderTest {
class Fabric8LeaderTest {

private static final String ROLE = "test-role";

Expand Down

0 comments on commit ad1917a

Please sign in to comment.