From 070234935f20a062997898bfe7fe8474bb195e60 Mon Sep 17 00:00:00 2001 From: dabutvin Date: Fri, 16 Mar 2018 18:31:52 -0700 Subject: [PATCH] removes 'only' from test --- test/tests/commit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/commit.js b/test/tests/commit.js index 63f8d2b17..181a1461b 100644 --- a/test/tests/commit.js +++ b/test/tests/commit.js @@ -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" +