Skip to content

Commit

Permalink
clean up unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Singer committed Oct 9, 2023
1 parent d04edaa commit 7d16954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paths_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ func Test_BellmanFord(t *testing.T) {
for name, test := range tests {
graph := New(StringHash, Directed())
graph.(*directed[string, string]).traits.IsWeighted = test.isWeighted
graph.(*directed[string, string]).traits.IsDirected = true

for _, vertex := range test.vertices {
_ = graph.AddVertex(vertex)
Expand Down

0 comments on commit 7d16954

Please sign in to comment.