Skip to content

Commit 15e442d

Browse files
committed
fixup! fixup! Issue #209 deprecate usage of DataCube.graph property
1 parent 29caa48 commit 15e442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest/datacube/test_datacube100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_leaf_node(cube: DataCube) -> dict:
3333

3434
def test_datacube_graph(con100):
3535
s2cube = con100.load_collection("S2")
36-
with pytest.warns(DeprecationWarning, match=re.escape("Use `.flat_graph()` method instead of `.graph` property.")):
36+
with pytest.warns(DeprecationWarning, match=re.escape("Use `DataCube.flat_graph()` instead.")):
3737
actual = s2cube.graph
3838
assert actual == {'loadcollection1': {
3939
'process_id': 'load_collection',

0 commit comments

Comments
 (0)