Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jun 28, 2022
1 parent f75b525 commit 20246b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ describe('Lens Attribute', () => {
formulaHelper
).getJSON();
const query = multiSeriesLensAttr.state.query as Query;
expect(query).toEqual('transaction.duration.us < 60000000');
expect(query.query).toEqual('transaction.duration.us < 60000000');
});

describe('Layer breakdowns', function () {
Expand Down

0 comments on commit 20246b1

Please sign in to comment.