Skip to content

Commit 090d85c

Browse files
committed
Add max_flow.min_cost to missing endpoints
newly added to mono-repo
1 parent 7fea00a commit 090d85c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

graphdatascience/tests/integrationV2/procedure_surface/plugin/test_plugin_api_spec_coverage.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"random_walk.stream",
4242
"random_walk.mutate",
4343
"split_relationships.mutate",
44+
"max_flow.min_cost.stream",
45+
"max_flow.min_cost.stats",
46+
"max_flow.min_cost.mutate",
47+
"max_flow.min_cost.write",
4448
}
4549

4650

graphdatascience/tests/integrationV2/procedure_surface/session/test_session_api_spec_coverage.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"random_walk.stream",
4141
"random_walk.mutate",
4242
"split_relationships.mutate",
43+
"max_flow.min_cost.stream",
44+
"max_flow.min_cost.stats",
45+
"max_flow.min_cost.mutate",
46+
"max_flow.min_cost.write",
4347
}
4448

4549

0 commit comments

Comments
 (0)