Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Apr 14, 2015
1 parent afd6b8e commit 865df7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("go.components.plumbing.connections", function() {
assert.isNull(x3_y2.plumbConnection);
});

it("should not detach an already detached connection", function() {
it("should not detach if told not to", function() {
var plumbConnection = x3_y2.plumbConnection;
var detached = false;
jsPlumb.detach(plumbConnection);
Expand Down

0 comments on commit 865df7e

Please sign in to comment.