diff --git a/test/unit/legacy-noattributes.html b/test/unit/legacy-noattributes.html
index 56bf947a12..a05d0206ce 100644
--- a/test/unit/legacy-noattributes.html
+++ b/test/unit/legacy-noattributes.html
@@ -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;