From 865df7ee470427b8d020e735a2d984424d984ac5 Mon Sep 17 00:00:00 2001 From: justinvdm Date: Tue, 14 Apr 2015 19:02:49 +0200 Subject: [PATCH] Fix test description --- go/base/static/js/test/components/plumbing/connections.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/base/static/js/test/components/plumbing/connections.test.js b/go/base/static/js/test/components/plumbing/connections.test.js index 937ef1b10..af4da43ca 100644 --- a/go/base/static/js/test/components/plumbing/connections.test.js +++ b/go/base/static/js/test/components/plumbing/connections.test.js @@ -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);