diff --git a/apps/tests/xml-declaration/xml-declaration-tests.ts b/apps/tests/xml-declaration/xml-declaration-tests.ts index 79bcb7ca9..4fba06865 100644 --- a/apps/tests/xml-declaration/xml-declaration-tests.ts +++ b/apps/tests/xml-declaration/xml-declaration-tests.ts @@ -194,7 +194,7 @@ export function test_parse_ShouldParseCustomComponentWitXmlNoJS() { var panel = p.content; var lbl = panel.getChildAt(0); - TKUnit.assert(lbl.text, "I'm all about taht XML, no JS", "label.text"); + TKUnit.assertEqual(lbl.text, "I'm all about taht XML, no JS", "label.text"); }; export function test_parse_ShouldParseCustomComponentWitXmlNoJS_WithAttributes() {