Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Fix test classes name containing GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
julienlancelot committed Feb 11, 2016
1 parent f26a034 commit 5431f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import static org.mockito.Mockito.when;
import static org.sonarsource.auth.github.GitHubSettings.LOGIN_STRATEGY_DEFAULT_VALUE;

public class GithubIdentityProviderTest2 {
public class GitHubIdentityProviderTest {

@Rule
public ExpectedException thrown = ExpectedException.none();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.sonarsource.auth.github.GitHubSettings.LOGIN_STRATEGY_DEFAULT_VALUE;
import static org.sonarsource.auth.github.GitHubSettings.LOGIN_STRATEGY_PROVIDER_ID;

public class GithubSettingsTest2 {
public class GitHubSettingsTest {

Settings settings = new Settings();

Expand Down

0 comments on commit 5431f89

Please sign in to comment.