Skip to content

Commit

Permalink
Update src/lib/GraphsExtensions/test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored May 15, 2024
1 parent 3c38524 commit b14c63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/GraphsExtensions/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,6 @@ using Test: @test, @test_broken, @test_throws, @testset
g = path_graph(L)
@test only(vertices_at_distance(g, 1, L - 1)) == L
@test only(next_nearest_neighbors(g, 1)) == 3
@test length(vertices_at_distance(g, 5, 3)) == 2
@test issetequal(vertices_at_distance(g, 5, 3), [2, 8])
end
end

0 comments on commit b14c63d

Please sign in to comment.