make consumption by selection off by default
This commit is contained in:
parent
06c84fb20e
commit
9beaaa2e10
@ -12,7 +12,7 @@ q = Qube.from_dict(
|
|||||||
|
|
||||||
|
|
||||||
def test_consumption():
|
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": {}}}}
|
{"class=od": {"expver=0001": {"param=1": {}, "param=2": {}}}}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user