We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778822c commit f8e4f53Copy full SHA for f8e4f53
1 file changed
tests/test_graphql.py
@@ -337,6 +337,7 @@ def test_converter_structure_with_snapshots() -> None:
337
response = converter.structure(data, GraphQLResponse)
338
339
assert isinstance(response, GraphQLResponse)
340
+ assert response.datasets.edges[0] is not None
341
node = response.datasets.edges[0].node
342
assert node.id == "ds000001"
343
assert node.latestSnapshot.tag == "2.0.0"
@@ -371,6 +372,7 @@ def test_converter_structure_without_snapshots() -> None:
371
372
373
374
375
376
377
378
assert node.latestSnapshot.tag == "1.0.0"
0 commit comments