Skip to content

Commit

Permalink
feat: increase code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Oct 18, 2023
1 parent e8aa3a4 commit 3288961
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,17 +608,13 @@ describe('validateReferences()', () => {
{
type: 'index-pattern',
id: '3',
error: SavedObjectsErrorHelpers.createGenericNotFoundError('index-pattern', '3').output
.payload,
attributes: {},
references: [],
workspaces: ['foo'],
},
{
type: 'index-pattern',
id: '5',
error: SavedObjectsErrorHelpers.createGenericNotFoundError('index-pattern', '5').output
.payload,
attributes: {},
references: [],
workspaces: ['bar'],
Expand Down

0 comments on commit 3288961

Please sign in to comment.