From efc801945bc57c9d0ea933fad0c2653bf4cfd5a5 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Wed, 1 Apr 2020 01:28:15 +0100 Subject: [PATCH] fix typo --- .../-internals/glimmer/tests/integration/helpers/yield-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@ember/-internals/glimmer/tests/integration/helpers/yield-test.js b/packages/@ember/-internals/glimmer/tests/integration/helpers/yield-test.js index 7f1f5871ad8..51b13c6730f 100644 --- a/packages/@ember/-internals/glimmer/tests/integration/helpers/yield-test.js +++ b/packages/@ember/-internals/glimmer/tests/integration/helpers/yield-test.js @@ -115,7 +115,7 @@ moduleFor( this.assertText('Hello'); } - ['@test simple curlies inside of a yielded clock should work when the yield is nested inside of another view']() { + ['@test simple curlies inside of a yielded block should work when the yield is nested inside of another view']() { this.registerComponent('kiwi-comp', { template: '{{#if falsy}}{{else}}{{yield}}{{/if}}', });