Fix eval tests
This commit is contained in:
@@ -85,9 +85,9 @@
|
|||||||
not_used_machine = builtins.length configs.not_used_machine;
|
not_used_machine = builtins.length configs.not_used_machine;
|
||||||
};
|
};
|
||||||
expected = {
|
expected = {
|
||||||
client_1_machine = 3;
|
client_1_machine = 4;
|
||||||
client_2_machine = 3;
|
client_2_machine = 4;
|
||||||
not_used_machine = 1;
|
not_used_machine = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user