Skip to content

Commit

Permalink
Update test/exceptions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Oct 3, 2024
1 parent 29fdd5d commit 7329df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exceptions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ struct LocalStruct end
end

@testset "Failure to spin up Worker" begin
e = @catcherror Malt.Worker(; exeflags = ["-t invalid"])
e = @catcherror m.Worker(; exeflags = ["-t invalid"])
@test occursin("ERROR: julia: -t", e.msg)
end

0 comments on commit 7329df5

Please sign in to comment.