We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb5300 commit 6de4befCopy full SHA for 6de4bef
1 file changed
test/runtests.jl
@@ -30,6 +30,9 @@ db = DB()
30
@test n.id == i
31
end
32
@test length(collect(db[:])) == 5
33
+ @test length(collect(db["lab"])) == 3
34
+ @test length(collect(db["lab1"])) == 2
35
+ @test length(collect(db["lab2"])) == 2
36
37
38
0 commit comments