Fix unit tests that were broken by removal of createNormalizedDatum

This commit is contained in:
Andrew Henry 2025-05-30 10:16:32 -07:00
parent 5d75f9ea14
commit 6dd3bfca7e

View File

@ -69,7 +69,7 @@ describe('The condition', function () {
} }
}, },
{ {
key: 'testSource', key: 'value',
source: 'value', source: 'value',
name: 'Test', name: 'Test',
format: 'string' format: 'string'
@ -130,7 +130,7 @@ describe('The condition', function () {
id: '1234-5678-9999-0000', id: '1234-5678-9999-0000',
operation: 'equalTo', operation: 'equalTo',
input: ['0'], input: ['0'],
metadata: 'testSource', metadata: 'value',
telemetry: testTelemetryObject.identifier telemetry: testTelemetryObject.identifier
} }
] ]