mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
typo
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user