Skip to content

Commit

Permalink
Fix typo in issue number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
richgt committed Jun 25, 2020
1 parent ae0c5d8 commit 5a7e166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -308,7 +308,7 @@ export default class CurlyComponentManager
// property with both a setter and dependent keys, in that scenario without
// the sync observer added below the caller's value will never be updated
//
// See GH#18147 / GH#19028 for details.
// See GH#18417 / GH#19028 for details.
let keyName: string, descriptor: ComputedDescriptor;
if (environment.isInteractive && capturedArgs.names.length > 0) {
for (let i = 0; i < capturedArgs.names.length; i++) {
Expand Down
Expand Up @@ -2904,7 +2904,7 @@ moduleFor(
this.assertText('initial value');
}

['@test GH#18147 - a two way binding flows upstream to a parent component through a CP']() {
['@test GH#18417 - a two way binding flows upstream to a parent component through a CP']() {
let parent, child;
let ParentComponent = Component.extend({
init() {
Expand Down

0 comments on commit 5a7e166

Please sign in to comment.