test(context): align entity details scan fixtures

This commit is contained in:
Andrey Avtomonov 2026-05-14 18:13:23 +02:00
parent da6f8873d4
commit a27400b3dd
2 changed files with 34 additions and 4 deletions

View file

@ -138,9 +138,24 @@ describe('createLocalProjectMcpContextPorts', () => {
manifestShards: [],
enrichmentArtifacts: [],
},
diffSummary: { added: 0, modified: 0, deleted: 0, unchanged: 1 },
diffSummary: {
tablesAdded: 0,
tablesModified: 0,
tablesDeleted: 0,
tablesUnchanged: 1,
columnsAdded: 0,
columnsModified: 0,
columnsDeleted: 0,
},
manifestShardsWritten: 0,
structuralSyncStats: { tablesWritten: 1, tablesDeleted: 0, foreignKeysWritten: 0 },
structuralSyncStats: {
tablesCreated: 1,
tablesUpdated: 0,
tablesDeleted: 0,
columnsCreated: 0,
columnsUpdated: 0,
columnsDeleted: 0,
},
enrichment: {
dataDictionary: 'skipped',
tableDescriptions: 'skipped',

View file

@ -41,9 +41,24 @@ describe('createKtxEntityDetailsService', () => {
manifestShards: [],
enrichmentArtifacts: [],
},
diffSummary: { added: 0, modified: 0, deleted: 0, unchanged: 1 },
diffSummary: {
tablesAdded: 0,
tablesModified: 0,
tablesDeleted: 0,
tablesUnchanged: 1,
columnsAdded: 0,
columnsModified: 0,
columnsDeleted: 0,
},
manifestShardsWritten: 0,
structuralSyncStats: { tablesWritten: 1, tablesDeleted: 0, foreignKeysWritten: 0 },
structuralSyncStats: {
tablesCreated: 1,
tablesUpdated: 0,
tablesDeleted: 0,
columnsCreated: 0,
columnsUpdated: 0,
columnsDeleted: 0,
},
enrichment: {
dataDictionary: 'skipped',
tableDescriptions: 'skipped',