Skip to content

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Nov 5, 2024
1 parent dac9fa4 commit fc4d91f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ describe('useSearch', () => {
mockDatasetUpdates$.next({
dataset: { id: 'new-dataset-id', title: 'New Dataset', type: 'INDEX_PATTERN' },
});
mockDatasetUpdates$.next({
dataset: { id: 'new-dataset-id', title: 'New Dataset', type: 'INDEX_PATTERN' },
});
mockDatasetUpdates$.next({
dataset: { id: 'new-dataset-id2', title: 'New Dataset', type: 'INDEX_PATTERN' },
});
});

await act(async () => {
Expand Down

0 comments on commit fc4d91f

Please sign in to comment.