From 5543b05db5dc99dd62b2905b98d2894ae74735c4 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 20 Oct 2021 21:28:03 +0200 Subject: [PATCH] TST: fix tests --- test/core/js/modules/query.xsl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/js/modules/query.xsl.js b/test/core/js/modules/query.xsl.js index ed75283c..e644a674 100644 --- a/test/core/js/modules/query.xsl.js +++ b/test/core/js/modules/query.xsl.js @@ -200,7 +200,7 @@ QUnit.test("template select-table-cell (with version) ", function(assert){ next = next.firstElementChild; assert.equal(next.tagName, "TD", "tagName = TD"); next = next.textContent; - assert.equal(next, "eid-1234", "id = eid-1234"); + assert.equal(next, "the-name", "name = the-name"); }); -- GitLab