Skip to content

Commit b5cebc6

Browse files
author
John Haley
committed
Fixed remote.js test
1 parent 32789a7 commit b5cebc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tests/remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe("Remote", function() {
3030
});
3131

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

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

0 commit comments

Comments
 (0)