diff --git a/test/test_plot_circulareegtopoplot.jl b/test/test_plot_circulareegtopoplot.jl index 915a9c21b..1978a8474 100644 --- a/test/test_plot_circulareegtopoplot.jl +++ b/test/test_plot_circulareegtopoplot.jl @@ -63,6 +63,7 @@ end end @testset "circularplot plot in GridLayout" begin + d_topo, positions = example_data("TopoPlots.jl") f = Figure(resolution=(2000, 2000)) plot_circulareegtopoplot!(f[3:4, 4:5], d_topo[in.(d_topo.time, Ref(-0.3:0.1:0.5)), :]; positions=positions, predictor=:time, predictorBounds=[-0.3, 0.5])