mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
Fix unit tests that were broken by removal of createNormalizedDatum
This commit is contained in:
parent
5d75f9ea14
commit
6dd3bfca7e
@ -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
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user