mirror of
https://github.com/nasa/openmct.git
synced 2025-06-03 08:00:52 +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',
|
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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user