From 348a5b33b8692d15b16220f06f6c85eb569b3b28 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Thu, 22 Aug 2024 18:00:22 +0000 Subject: [PATCH] Addressed self-review comment. --- tests/mocha/rect_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha/rect_test.js b/tests/mocha/rect_test.js index 796e7ec87..37712dff3 100644 --- a/tests/mocha/rect_test.js +++ b/tests/mocha/rect_test.js @@ -119,7 +119,7 @@ suite('Rect', function () { assert.isTrue(areEqual, 'an instance and its clone should be equal'); }); - test('object should equal its clone', function () { + test('object should equal an exact explicit copy', function () { const rect1 = Blockly.utils.Rect.createFromPoint( this.createCoord(1, 2), 23,