test orgs 2

This commit is contained in:
lda
2026-05-07 06:16:28 +07:00 Verified
parent 06d25582c9
commit 54f3e9a739
10 changed files with 11 additions and 10 deletions
+3 -3
View File
@@ -557,9 +557,9 @@ def test():
)
assert d.status == RunStatus.COMPLETED, "oops"
state = State.model_validate(d.state)
assert any(
i["name"] in context["pool"]["n_240"] for i in state.storage
), "pity logic failed"
assert any(i["name"] in context["pool"]["n_240"] for i in state.storage), (
"pity logic failed"
)
pprint(state.storage)