From ca577e73d0b53c3ab3520f0ed40d9f126dee5e8e Mon Sep 17 00:00:00 2001 From: David Little Date: Fri, 20 Aug 2021 16:07:03 -0400 Subject: [PATCH] change ci error check --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index e8d60a5..ebe4db2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,7 +3,7 @@ using Alert # without a backend, `alert` should error if get(ENV,"CI","false") == "true" - @test_throws ErrorException alert() + @test_throws ProcessFailedException alert() else @test alert() !== nothing end \ No newline at end of file