Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 30, 2024
1 parent 69be8a0 commit beddf63
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,7 @@ describe('filterForKnowledgeBaseEntryAssets', () => {
});
it('returns false for assets outside of a knowledge base entry folder', () => {
expect(
filterForKnowledgeBaseEntryAssets('foo')(
'/kb-1.0/kibana/dashboard/some_dashboard.json'
)
filterForKnowledgeBaseEntryAssets('foo')('/kb-1.0/kibana/dashboard/some_dashboard.json')
).toBe(false);
});
});

0 comments on commit beddf63

Please sign in to comment.