Skip to content

Commit

Permalink
Update test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jan 30, 2020
1 parent eaca195 commit dfd0e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/legacy-noattributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
assert.ok(def);
});

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

0 comments on commit dfd0e64

Please sign in to comment.