Skip to content

Commit dfd0e64

Browse files
author
Steven Orvell
committed
Update test name.
1 parent eaca195 commit dfd0e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/legacy-noattributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
assert.ok(def);
118118
});
119119

120-
test('native property observeable via `attributeChanged` and reflected to property when `_forceObservedAttributes` is used', () => {
120+
test('native properties observeable when `_legacyForceObservedAttributes` set', () => {
121121
el = document.createElement('x-native-attrs-force');
122122
document.body.appendChild(el);
123123
el.tabIndex = 5;

0 commit comments

Comments
 (0)