Skip to content

Commit 5bffb8d

Browse files
committed
Remove only from tests
1 parent a4a4c8b commit 5bffb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/checkout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe("Checkout", function() {
8383
});
8484
});
8585

86-
it.only("can checkout a branch", function() {
86+
it("can checkout a branch", function() {
8787
var test = this;
8888

8989
return test.repository.checkoutBranch(checkoutBranchName)

0 commit comments

Comments
 (0)