Skip to content

Commit 02bd5c4

Browse files
committed
fixup! implement unwrap_type from Adapt
1 parent 241b1b2 commit 02bd5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ end
25122512
if isdefined(Adapt, :parent_type)
25132513
@test Adapt.parent_type(typeof(arr)) == typeof(arr.parent)
25142514
@test Adapt.unwrap_type(typeof(arr)) == typeof(arr.parent)
2515-
@test Adapt.unwrap_type(arr2) == typeof(arr.parent)
2515+
@test Adapt.unwrap_type(typeof(arr2)) == typeof(arr.parent)
25162516
end
25172517
end
25182518

0 commit comments

Comments
 (0)