From 3918d67af124fd87801ad5798ef7ea868fdc91a3 Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Wed, 3 Jul 2013 17:36:16 +0400 Subject: [PATCH] typo --- .../jetbrains/plugins/github/GithubShareProjectTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {