From 58e69586d54abd84a1e242761b4594b84dd343a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helmut=20H=C3=A4nsel?= Date: Thu, 5 Dec 2024 09:02:37 +0100 Subject: [PATCH] remove type declaration on UI in runtests.jl for Julia 1.6 compatibility --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 49beadd..f5503a8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -31,7 +31,7 @@ configure_makie_server!(listen_port = rand(8081:8999)) end -UI::ParsedHTMLString = column(style = "height: 80vh; width: 98vw", [ +UI = column(style = "height: 80vh; width: 98vw", [ h4("MakiePlot 1") cell(col = 4, class = "full-width", makie_figure(:fig1)) h4("MakiePlot 2")