From 52aba56da4894859aa0d94227d2aba2b46468598 Mon Sep 17 00:00:00 2001 From: MichaelHatherly Date: Fri, 22 Nov 2024 18:38:46 +0000 Subject: [PATCH] debug --- test/testsets/integrations/RCall.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testsets/integrations/RCall.jl b/test/testsets/integrations/RCall.jl index d3b101b..9fb80ff 100644 --- a/test/testsets/integrations/RCall.jl +++ b/test/testsets/integrations/RCall.jl @@ -16,6 +16,8 @@ test_example(joinpath(@__DIR__, "../../examples/integrations/RCallSVG.qmd")) do cell = cells[4] output = cell["outputs"][1] + JSON3.pretty(cells) + @test !isempty(output["data"]["image/svg+xml"]) @test isempty(cell["outputs"][1]["metadata"]) end