Skip to content

Commit a2a0393

Browse files
more tests
1 parent 8467723 commit a2a0393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/interface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ using Zygote: Grads
8686
@testset "constructor with empty args" begin
8787
@test length(Params()) == 0
8888
@test length(Params(())) == 0
89+
@test length(Params([])) == 0
8990
end
9091
end
9192

0 commit comments

Comments
 (0)