From 28645fabbe6b328e249b2ef1833a0be1b7d818cd Mon Sep 17 00:00:00 2001 From: Drvi Date: Tue, 12 Dec 2023 19:16:05 +0100 Subject: [PATCH] Fix test --- test/azure_blobs_tests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/azure_blobs_tests.jl b/test/azure_blobs_tests.jl index 4a7a405..1a344bb 100644 --- a/test/azure_blobs_tests.jl +++ b/test/azure_blobs_tests.jl @@ -75,4 +75,6 @@ Azurite.with(; debug=true, public=false) do conf # nbytes_read = blob_get!(joinpath(base_url, "test100B.csv"), buffer, credentials) # end +end # Azurite.with + end # @testitem