From 909ad3314a98977bf26f7f210063bf7f55931803 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Mon, 5 Jul 2021 22:59:22 +0200 Subject: [PATCH] fix test --- test/test_pipeline.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_pipeline.jl b/test/test_pipeline.jl index 027ff040..cf6c38e2 100644 --- a/test/test_pipeline.jl +++ b/test/test_pipeline.jl @@ -1,4 +1,5 @@ using Plots, Test +using RecipesPipeline @testset "plot" begin pl = plot(1:5)