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
Next Next commit
Fixed remote.js test
  • Loading branch information
John Haley committed Sep 25, 2014
commit b5cebc66d6292296f3adabde6d518607c8e70fd1
2 changes: 1 addition & 1 deletion test/tests/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("Remote", function() {
});

it("can read the remote url", function() {
assert.equal(this.remote.url(), "https://github.com/nodegit/nodegit");
assert.equal(this.remote.url(), "https://github.com/nodegit/nodegit.git");
});

it("can read the remote name", function() {
Expand Down