Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Mar 26, 2024
1 parent a2e298b commit ec2b218
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,12 @@ describe('filtersToQueryNode', () => {
kind: NodeKind.LifecycleQuery,
properties: {
type: FilterLogicalOperator.And,
values: [],
values: [
{
type: FilterLogicalOperator.And,
values: [],
},
],
},
filterTestAccounts: true,
dateRange: {
Expand Down Expand Up @@ -1394,7 +1399,12 @@ describe('filtersToQueryNode', () => {
},
properties: {
type: FilterLogicalOperator.And,
values: [],
values: [
{
type: FilterLogicalOperator.And,
values: [],
},
],
},
}
expect(result).toEqual(query)
Expand Down

0 comments on commit ec2b218

Please sign in to comment.