From 30328be7e1c745fe05838a07469ee69fd023953a Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Tue, 13 Feb 2024 10:11:10 -0800 Subject: [PATCH] fix(plugin-annotations): Update scalebox tests for workaround dimensions --- plugins/plugin-annotations/tests/scalebox.test.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/plugin-annotations/tests/scalebox.test.mjs b/plugins/plugin-annotations/tests/scalebox.test.mjs index fb7bdbf2e26..e0d99dc9d47 100644 --- a/plugins/plugin-annotations/tests/scalebox.test.mjs +++ b/plugins/plugin-annotations/tests/scalebox.test.mjs @@ -206,7 +206,7 @@ describe('Scalebox Plugin Tests', () => { pattern.parts[0].test.points.__macro_scalebox_scalebox_textImperial.attributes.get( 'data-text' ) - ).to.equal('plugin-annotations:theBlackOutsideOfThisBoxShouldMeasure 2″ x 1″') + ).to.equal('plugin-annotations:theBlackOutsideOfThisBoxShouldMeasure 2" x 1"') }) it('Should apply scale to the miniscale macro', () => { @@ -247,7 +247,7 @@ describe('Scalebox Plugin Tests', () => { '1.6cm x 1.6cm' ) expect(p.__macro_miniscale_miniscale_textImperial.attributes.get('data-text')).to.equal( - '⅝″ x ⅝″' + '5/8" x 5/8"' ) }) })