Skip to content

Commit 6de4bef

Browse files
committed
test for query by node label
1 parent cfb5300 commit 6de4bef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ db = DB()
3030
@test n.id == i
3131
end
3232
@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
3336
end
3437
end
3538

0 commit comments

Comments
 (0)