Skip to content

Commit da1ccdc

Browse files
committed
Fix
1 parent c8de80a commit da1ccdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/graph.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ end
9191
])
9292

9393
bg = BipartiteGraph(A; symmetric_pattern=false)
94+
@test eltype(bg) == Int
9495
@test_throws DimensionMismatch BipartiteGraph(A; symmetric_pattern=true)
9596
@test nb_vertices(bg, Val(1)) == 4
9697
@test nb_vertices(bg, Val(2)) == 8

0 commit comments

Comments
 (0)