Skip to content

Commit 3b324b5

Browse files
committed
update tests
1 parent d72248b commit 3b324b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cugraph/cugraph/tests/structure/test_graph_mg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def test_graph_creation_edge_properties(dask_client, graph_file, edge_props):
378378
def test_graph_creation_properties(dask_client, graph_file, directed, renumber):
379379
srcCol = "src"
380380
dstCol = "dst"
381-
wgtCol = "wgt"
381+
wgtCol = "weight"
382382
df = cudf.read_csv(
383383
graph_file,
384384
delimiter=" ",

0 commit comments

Comments
 (0)