This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch gradle-improvements in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 5c886b9a044c95e3ac0f7672829d35adb12ec534 Author: Ben Weidig <[email protected]> AuthorDate: Sun Aug 24 10:46:37 2025 +0200 TAP5-2809: fix webresources test --- tapestry-webresources/src/test/resources/META-INF/modules/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-webresources/src/test/resources/META-INF/modules/index.coffee b/tapestry-webresources/src/test/resources/META-INF/modules/index.coffee index 3b1d46a77..f1c1adf4b 100644 --- a/tapestry-webresources/src/test/resources/META-INF/modules/index.coffee +++ b/tapestry-webresources/src/test/resources/META-INF/modules/index.coffee @@ -1,3 +1,3 @@ require ["t5/core/dom"], (dom) -> - (dom "banner").update "Index module loaded, bare!" \ No newline at end of file + (dom.default("banner")).update "Index module loaded, bare!" \ No newline at end of file
