Skip to content

Commit

Permalink
change ci error check
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Aug 20, 2021
1 parent af38fa3 commit ca577e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca577e7

Please sign in to comment.