This commit is contained in:
Kirill Likhodedov
2013-07-03 19:12:56 +04:00
parent 34072a4149
commit 3918d67af1
@@ -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() {