Skip to content

Commit

Permalink
Fix old test: wrapper was not in scope
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 29, 2024
1 parent d527c38 commit 31cbb58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2501,7 +2501,7 @@ moduleFor(
},
value: null,
}),
template: '<div id="inner-value">{{wrapper.content}}</div>',
template: '<div id="inner-value">{{this.wrapper.content}}</div>',
});

let expectedBacktrackingMessage = backtrackingMessageFor('content', '<.+?>', {
Expand Down

0 comments on commit 31cbb58

Please sign in to comment.