Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed May 11, 2023
1 parent a7cd8b2 commit e724075
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1923,10 +1923,10 @@ describe('SavedObjectsRepository', () => {
};

const createBulkDeleteFailStatus = ({
type,
id,
error,
}: {
type,
id,
error,
}: {
type: string;
id: string;
error?: ExpectedErrorResult['error'];
Expand Down Expand Up @@ -3792,7 +3792,6 @@ describe('SavedObjectsRepository', () => {
'updated_at',
'created_at',
'originId',
'title',
],
}),
}),
Expand Down

0 comments on commit e724075

Please sign in to comment.