diff --git a/plugins/github/github-test/test/org/jetbrains/plugins/github/GithubShareProjectTestBase.java b/plugins/github/github-test/test/org/jetbrains/plugins/github/GithubShareProjectTestBase.java index f01b2979fdcb..b86fd092b637 100644 --- a/plugins/github/github-test/test/org/jetbrains/plugins/github/GithubShareProjectTestBase.java +++ b/plugins/github/github-test/test/org/jetbrains/plugins/github/GithubShareProjectTestBase.java @@ -89,7 +89,7 @@ public abstract class GithubShareProjectTestBase extends GithubTest { final GitRepository gitRepository = myGitRepositoryManager.getRepositoryForFile(myProjectRoot); assertNotNull(gitRepository); - assertNotNull("Github remote does not configured", GithubUtil.findGithubRemoteUrl(gitRepository)); + assertNotNull("Github remote is not configured", GithubUtil.findGithubRemoteUrl(gitRepository)); } protected void checkLastCommitPushed() {