From e5f991241d0b54180f82aa5d0fb00fb65f1c767c Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 31 Jul 2022 15:04:38 +0200 Subject: [PATCH] chore(core): Better naming of test --- packages/core/tests/part.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/tests/part.test.js b/packages/core/tests/part.test.js index 1cfec636616..962f75cdd91 100644 --- a/packages/core/tests/part.test.js +++ b/packages/core/tests/part.test.js @@ -334,7 +334,7 @@ it("Should generate an error when removing a material that is not set (through r expect(pattern.events.warning[0]).to.equal('Tried to remove a material that is not set') }); -it("Should generate an error when removing a material that is not set (through removeCut)", () => { +it("Should generate an error when removing a material that is not a string (through removeCut)", () => { let pattern = new freesewing.Pattern(); let part = new pattern.Part(); part.addCut(4, 'fabric', true)