fix: use canonical empty state schema in condition test
This commit is contained in:
@@ -1036,7 +1036,7 @@ def test_condition_still_reads_prior_outcome() -> None:
|
|||||||
workflow = Workflow(
|
workflow = Workflow(
|
||||||
name="condition_prior_outcome",
|
name="condition_prior_outcome",
|
||||||
input_schema=SchemaRef(type="object", properties={}),
|
input_schema=SchemaRef(type="object", properties={}),
|
||||||
state_schema=StateSchema(fields={}),
|
state_schema=StateSchema.from_field_map({}),
|
||||||
output_schema=SchemaRef(type="object", properties={}),
|
output_schema=SchemaRef(type="object", properties={}),
|
||||||
node_defs=[
|
node_defs=[
|
||||||
NodeDef(
|
NodeDef(
|
||||||
|
|||||||
Reference in New Issue
Block a user