Skip to content

Commit d49c589

Browse files
committed
Fix mypy
1 parent 0133f77 commit d49c589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/tests/integration/test_nx_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def directed_nx_G() -> nx.Graph:
4141
@pytest.fixture
4242
def graph_name(request: pytest.FixtureRequest) -> str:
4343
GRAPH_NAME = request.function.__name__
44-
return GRAPH_NAME
44+
return str(GRAPH_NAME)
4545

4646

4747
@pytest.mark.compatible_with(min_inclusive=ServerVersion(2, 1, 0))

0 commit comments

Comments
 (0)