Inventory: eval test fixup

This commit is contained in:
Johannes Kirschbauer
2024-09-15 14:10:05 +02:00
parent cfdba6c731
commit 27f3935abc

View File

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