fix mock_reactor

This commit is contained in:
Junhan Chang
2025-06-20 21:22:32 +08:00
parent e564d26090
commit 042ec2ee01
2 changed files with 5 additions and 5 deletions

View File

@@ -140,8 +140,8 @@
}
},
{
"source": "vacuum_valve",
"target": "vacuum_pump",
"source": "vacuum_pump",
"target": "vacuum_valve",
"type": "fluid",
"port": {
"vacuum_pump": "out",
@@ -149,8 +149,8 @@
}
},
{
"source": "gas_valve",
"target": "gas_source",
"source": "gas_source",
"target": "gas_valve",
"type": "fluid",
"port": {
"gas_source": "out",