diff --git a/tests/test_selection.py b/tests/test_selection.py index 019b848..777d525 100644 --- a/tests/test_selection.py +++ b/tests/test_selection.py @@ -12,7 +12,7 @@ q = Qube.from_dict( def test_consumption(): - assert q.select({"expver": "0001"}) == Qube.from_dict( + assert q.select({"expver": "0001"}, consume=True) == Qube.from_dict( {"class=od": {"expver=0001": {"param=1": {}, "param=2": {}}}} )