test: 수뇌 연구 행렬의 빈 meta 형식을 고정한다
This commit is contained in:
@@ -4787,6 +4787,11 @@ integration('nation event research turn, reserve, and duplicate-state boundaries
|
|||||||
gold: gold ?? requiredGold,
|
gold: gold ?? requiredGold,
|
||||||
rice: rice ?? requiredRice,
|
rice: rice ?? requiredRice,
|
||||||
meta: {
|
meta: {
|
||||||
|
// The Ref CLI decodes an otherwise empty JSON object into a
|
||||||
|
// PHP array and persists it as `[]`. Keep a semantically inert
|
||||||
|
// key so this matrix observes the research mutation rather
|
||||||
|
// than an object-to-array fixture transport artifact.
|
||||||
|
matrix_fixture: 'research-boundary',
|
||||||
...(setAuxValue ? { [config.auxKey]: auxValue } : {}),
|
...(setAuxValue ? { [config.auxKey]: auxValue } : {}),
|
||||||
},
|
},
|
||||||
turnLastByOfficerLevel: {
|
turnLastByOfficerLevel: {
|
||||||
|
|||||||
Reference in New Issue
Block a user