Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34b72a9

Browse files
committed
Change test slightly
1 parent2094b51 commit34b72a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/tests/remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe("Remote", function() {
9191
it("can download from a remote",function(){
9292
varrepo=this.repository;
9393

94-
returnRemote.load(repo,"origin").then(function(remote){
94+
returnrepo.getRemote("origin").then(function(remote){
9595
remote.connect(NodeGit.Enums.DIRECTION.FETCH);
9696
returnremote.download();
9797
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp