logs: better unit tests (#72246)

This commit is contained in:
Gábor Farkas
2023-07-25 10:50:54 +02:00
committed by GitHub
parent 8afd216397
commit f2f30caa73
@@ -163,7 +163,7 @@ describe('logParser', () => {
entryFieldIndex: 10,
dataFrame: new MutableDataFrame({
refId: 'A',
fields: [{ ...testField }],
fields: [testTimeField, testLineField, { ...testField }],
}),
});
@@ -177,7 +177,7 @@ describe('logParser', () => {
entryFieldIndex: 10,
dataFrame: new MutableDataFrame({
refId: 'A',
fields: [{ ...testFieldWithNullValue }],
fields: [testTimeField, testLineField, { ...testFieldWithNullValue }],
}),
});