Skip to content

Commit 9fdaa17

Browse files
committed
Update runtests.jl
1 parent 91032bc commit 9fdaa17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ invrefpools = DataAPI.invrefpool(g)
8181
@test all(pools[refs] .=== g)
8282
@test all(DataAPI.refvalue(g, refs[i]) === g[i] for i in 1:length(g))
8383
@test allunique(pools)
84-
@test size(pools) == (8,)
84+
@test size(pools) == (9,)
8585
for x in eachindex(pools)
8686
@test invrefpools[pools[x]] == x
8787
end

0 commit comments

Comments
 (0)