Skip to content

Commit

Permalink
Deletes warning from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Dec 13, 2023
1 parent 7d82821 commit 8276f13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import {
mockTimestampFieldsWithCreated,
} from '../../test_helpers/repository.test.common';

// BEWARE: The SavedObjectClient depends on the implementation details of the SavedObjectsRepository
// so any breaking changes to this repository are considered breaking changes to the SavedObjectsClient.

interface ExpectedErrorResult {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ import {
createBulkDeleteSuccessStatus,
} from '../../test_helpers/repository.test.common';

// BEWARE: The SavedObjectClient depends on the implementation details of the SavedObjectsRepository
// so any breaking changes to this repository are considered breaking changes to the SavedObjectsClient.

interface ExpectedErrorResult {
type: string;
id: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ import {
createBadRequestErrorPayload,
} from '../../test_helpers/repository.test.common';

// BEWARE: The SavedObjectClient depends on the implementation details of the SavedObjectsRepository
// so any breaking changes to this repository are considered breaking changes to the SavedObjectsClient.

interface ExpectedErrorResult {
type: string;
id: string;
Expand Down

0 comments on commit 8276f13

Please sign in to comment.