Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a committed May 11, 2024
1 parent 67d83a2 commit eae1ed8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions quickwit/quickwit-ui/src/services/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ describe('Client unit test', () => {
field_name: 'timestamp',
order: 'Desc',
},
aggregation: false,
aggregationConfig: {
metric: null,
term: null,
histogram: null,
},
aggregation: false,
aggregationConfig: {
metric: null,
term: null,
histogram: null,
},
};
expect(new Client().buildSearchBody(searchRequest, null)).toBe('{"query":"severity_error:ERROR","max_hits":20,"start_timestamp":100,"end_timestamp":200,"sort_by_field":"+timestamp"}');
});
Expand Down

0 comments on commit eae1ed8

Please sign in to comment.