Fix test to work with correlations change to array
This commit is contained in:
parent
d2ab172f54
commit
5eff3ccae8
|
@ -84,7 +84,7 @@ describe('Messages should work', function() {
|
||||||
expect(send_shape, "Can't find Send Task").to.exist;
|
expect(send_shape, "Can't find Send Task").to.exist;
|
||||||
|
|
||||||
// THEN - there are correlations.
|
// THEN - there are correlations.
|
||||||
let correlations = findEntry('messageCorrelations', container);
|
let correlations = findGroupEntry('messageCorrelations', container);
|
||||||
expect(correlations, "Can't find the message correlations").to.exist;
|
expect(correlations, "Can't find the message correlations").to.exist;
|
||||||
|
|
||||||
console.log("Message Correlations: ");
|
console.log("Message Correlations: ");
|
||||||
|
|
Loading…
Reference in New Issue