Fix test to work with correlations change to array

This commit is contained in:
mike cullerton 2022-08-12 17:01:08 -04:00
parent d2ab172f54
commit 5eff3ccae8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ describe('Messages should work', function() {
expect(send_shape, "Can't find Send Task").to.exist;
// THEN - there are correlations.
let correlations = findEntry('messageCorrelations', container);
let correlations = findGroupEntry('messageCorrelations', container);
expect(correlations, "Can't find the message correlations").to.exist;
console.log("Message Correlations: ");