Skip to content

Commit 245d06a

Browse files
committed
fixup! fixup! fixup! fixup! fixup! tests: Test DTaskFailedException inner type
1 parent 23373c0 commit 245d06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mutation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848
x = Dagger.@mutable worker=w Ref{Int}()
4949
@test fetch(Dagger.@spawn mutable_update!(x)) == w
5050
wo_scope = Dagger.ProcessScope(wo)
51-
@test_throws_unwrap Dagger.DTaskFailedException fetch(Dagger.@spawn scope=wo_scope mutable_update!(x))
51+
@test_throws_unwrap (Dagger.DTaskFailedException, Dagger.Sch.SchedulingException) fetch(Dagger.@spawn scope=wo_scope mutable_update!(x))
5252
end
5353
end # @testset "@mutable"
5454

0 commit comments

Comments
 (0)