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
Prev Previous commit
Next Next commit
Remove .only
  • Loading branch information
John Haley committed Mar 27, 2015
commit 860b8f1b761767417103eb72c95da310927a5a9d
2 changes: 1 addition & 1 deletion test/tests/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe("Graph", function() {
});
});

it.only("can get commits ahead/behind for 2 different commits", function() {
it("can get commits ahead/behind for 2 different commits", function() {
return Graph.aheadBehind(
this.repository,
"32789a79e71fbc9e04d3eff7425e1771eb595150",
Expand Down