Skip to content

Commit

Permalink
Fixes type check error
Browse files Browse the repository at this point in the history
  • Loading branch information
dasansol92 committed Aug 12, 2021
1 parent 74e89b4 commit b0ba9c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ describe('ingest_integration tests ', () => {
id: trustedAppItem.id,
namespaceType: trustedAppItem.namespace_type,
});
expect(updatedTrustedAppItem!.tags).toBe([]);
});
});
});

0 comments on commit b0ba9c8

Please sign in to comment.