Skip to content

Commit 24e959c

Browse files
author
Vladimir Enchev
committed
tslint fixed
1 parent 0de81e7 commit 24e959c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tests/ui/view/view-tests-common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,10 @@ export var test_binding_id = function () {
495495
}
496496

497497
export var test_binding_cssClass = function () {
498-
property_binding_test("className", "class1", "class2");
498+
property_binding_test("cssClass", "class1", "class2");
499499
}
500500

501-
export var test_binding_cssClass = function () {
501+
export var test_binding_className = function () {
502502
property_binding_test("className", "class1", "class2");
503503
}
504504

0 commit comments

Comments
 (0)