Skip to content

Commit c4d562c

Browse files
Update test/layers/basic.jl
1 parent bba3834 commit c4d562c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
@testset "Flux restructure" begin
6969
chain = GNNChain(GraphConv(2=>2))
7070
params, restructure = Flux.destructure(chain)
71-
restructure(params)
71+
@test restructure(params) isa GNNChain
7272
end
7373
end
7474

0 commit comments

Comments
 (0)