Skip to content

Commit 40f7c03

Browse files
Update algorithms/graphs/network_delay_time/test_network_delay_time.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 832a2ac commit 40f7c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

algorithms/graphs/network_delay_time/test_network_delay_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
5,
3838
),
3939
(
40-
"times=[[1,2,1],[2,3,2],[3,4,3],[4,1,4]], n=4, k=1",
40+
"times=[[1,2,1],[2,3,2],[3,4,3],[4,1,4]], n=4, k=2",
4141
[[1, 2, 1], [2, 3, 2], [3, 4, 3], [4, 1, 4]],
4242
4,
4343
2,

0 commit comments

Comments
 (0)