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