mirror of
https://github.com/august-alt/gpui.git
synced 2025-03-14 12:58:39 +03:00
fix: update test
This commit is contained in:
parent
e1ea361fb0
commit
9b423b1abe
@ -172,7 +172,9 @@ pol::PolicyFile generateCase(size_t seed = -1)
|
||||
pol::PolicyInstruction instruction;
|
||||
instruction.type = generateRandomType(gen);
|
||||
instruction.data = generateRandomData(instruction.type, gen);
|
||||
data.instructions[generateRandomKeypath(gen)][generateRandomValue(gen)] = { instruction };
|
||||
instruction.key = generateRandomKeypath(gen);
|
||||
instruction.value = generateRandomValue(gen);
|
||||
data.instructions.emplace_back(instruction);
|
||||
}
|
||||
|
||||
return data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user