Skip to content

Commit e27214a

Browse files
committed
test: fix passing of MIME type
1 parent 699fded commit e27214a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_zygote_gradient_wrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@test repr(nested) == "∂∂₁log"
2828

2929
# Also should work with text/plain
30-
@test repr(MIME"text/plain", nested) == "∂∂₁log"
30+
@test repr("text/plain", nested) == "∂∂₁log"
3131
end
3232

3333
@testitem "ZygoteGradient evaluation" begin

0 commit comments

Comments
 (0)