From 0b119c481cc952093c519f4aa836c506124dc72c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 1 Apr 2021 19:11:23 +0000 Subject: [PATCH] fix(core): update --- test/elements/test-demoelement.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/elements/test-demoelement.ts b/test/elements/test-demoelement.ts index dcf0ce4..e6cddfb 100644 --- a/test/elements/test-demoelement.ts +++ b/test/elements/test-demoelement.ts @@ -68,9 +68,9 @@ export class TestDemoelement extends DeesElement {
You have selected the ${this.goBright ? 'bright' : 'dark'} theme.
-          demoBoolean is "${this.demoBoolean}"
+          demoBoolean is ${this.demoBoolean}
           demoString is "${this.demoString}"
-          demoNumber is "${this.demoNumber}"
+          demoNumber is ${this.demoNumber}
           demoEnum is "${this.demoENum}"