Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change test slightly
  • Loading branch information
tbranyen committed Feb 7, 2015
commit 34b72a94326f4544f1a849ac9b24d0ed81ff57d8
2 changes: 1 addition & 1 deletion test/tests/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe("Remote", function() {
it("can download from a remote", function() {
var repo = this.repository;

return Remote.load(repo, "origin").then(function(remote) {
return repo.getRemote("origin").then(function(remote) {
remote.connect(NodeGit.Enums.DIRECTION.FETCH);
return remote.download();
});
Expand Down