Inventory/constraints: add id's to inventory constraints to make them more observable

This commit is contained in:
Johannes Kirschbauer
2024-11-13 13:58:43 +01:00
parent 527769e060
commit 280878e30a
6 changed files with 255 additions and 229 deletions

View File

@@ -92,8 +92,8 @@ in
not_used_machine = builtins.length configs.not_used_machine;
};
expected = {
client_1_machine = 5;
client_2_machine = 5;
client_1_machine = 4;
client_2_machine = 4;
not_used_machine = 2;
};
};