Update tests for new signature

This commit is contained in:
Pradyun Gedam 2020-10-27 01:05:29 +05:30
parent 1bb7bf6a4c
commit 45d3a3e859
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 1 additions and 1 deletions

View File

@ -232,5 +232,5 @@ def test_new_resolver_get_installation_order(resolver, edges, ordered_reqs):
def test_new_resolver_topological_weights(name, edges, expected_weights):
graph = _make_graph(edges)
weights = get_topological_weights(graph)
weights = get_topological_weights(graph, len(expected_weights))
assert weights == expected_weights