Skip to content

Commit ad1917a

Browse files
authored
ryanjbaxter
1 parent e298bb6 commit ad1917a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* @author Gytis Trikleris
3434
*/
35-
public class LeaderContextTest {
35+
class Fabric8LeaderContextTest {
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* @author Gytis Trikleris
3636
*/
37-
public class LeaderInitiatorTest {
37+
class Fabric8LeaderInitiatorTest {
3838

3939
private final LeaderProperties leaderProperties = new LeaderProperties();
4040

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* @author Gytis Trikleris
3030
*/
31-
class LeaderTest {
31+
class Fabric8LeaderTest {
3232

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

0 commit comments

Comments
 (0)