Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Nguyen <[email protected]>
  • Loading branch information
huyaboo committed Mar 19, 2024
1 parent 6238bc5 commit c392de4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ describe('#importSavedObjectsFromStream', () => {
objects: collectedObjects,
ignoreRegularConflicts: overwrite,
dataSourceId: testDataSourceId,
savedObjectsClient,
};
expect(checkConflictsForDataSource).toHaveBeenCalledWith(checkConflictsForDataSourceParams);
});
Expand Down

0 comments on commit c392de4

Please sign in to comment.