diff --git a/test/runtime/samples/reactive-compound-operator/_config.js b/test/runtime/samples/reactive-compound-operator/_config.js index 94a726f403..dd59fbbf0a 100644 --- a/test/runtime/samples/reactive-compound-operator/_config.js +++ b/test/runtime/samples/reactive-compound-operator/_config.js @@ -1,7 +1,7 @@ export default { html: ` -
count:0
+count: 0
`, async test({ assert, component, target, window }) { diff --git a/test/runtime/samples/reactive-update-expression/_config.js b/test/runtime/samples/reactive-update-expression/_config.js index 1355e165a4..111460f7dd 100644 --- a/test/runtime/samples/reactive-update-expression/_config.js +++ b/test/runtime/samples/reactive-update-expression/_config.js @@ -1,7 +1,7 @@ export default { html: ` -count:1
+count: 1
`, async test({ assert, component, target, window }) {