diff --git a/test/unit/legacy-noattributes.html b/test/unit/legacy-noattributes.html
index a05d0206ce..cc60c56c2b 100644
--- a/test/unit/legacy-noattributes.html
+++ b/test/unit/legacy-noattributes.html
@@ -81,7 +81,7 @@
properties: {
tabindex: {reflectToAttribute: true, type: Number}
},
- attributeChanged(name, old, value) {
+ attributeChanged() {
this.attributeChangedCalled = true;
}
});