Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion test/tests/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ describe("Commit", function() {
});

describe("Commit's Signature", function() {
it.only("Can retrieve the gpg signature from a commit", function() {
it("Can retrieve the gpg signature from a commit", function() {
var expectedSignedData =
"tree f4661419a6fbbe865f78644fec722c023ce4b65f\n" +
"parent 32789a79e71fbc9e04d3eff7425e1771eb595150\n" +
Expand Down