Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Jan 7, 2023
1 parent d2023fa commit 0891f07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const renderUseAlertsByStatus = (props: Partial<UseAlertsByStatusProps> = {}) =>
useAlertsByStatus({
queryId: 'test',
signalIndexName: 'signal-alerts',
from: '2023-01-07T00:00:00.000Z',
to: '2023-01-07T23:59:59.999Z',
from,
to,
...props,
}),
{
Expand Down

0 comments on commit 0891f07

Please sign in to comment.