diff --git a/apps/tests/ui/view/view-tests-common.ts b/apps/tests/ui/view/view-tests-common.ts index 5fce0b08e..59a0ec1d3 100644 --- a/apps/tests/ui/view/view-tests-common.ts +++ b/apps/tests/ui/view/view-tests-common.ts @@ -495,10 +495,10 @@ export var test_binding_id = function () { } export var test_binding_cssClass = function () { - property_binding_test("className", "class1", "class2"); + property_binding_test("cssClass", "class1", "class2"); } -export var test_binding_cssClass = function () { +export var test_binding_className = function () { property_binding_test("className", "class1", "class2"); }