Skip to content

Commit

Permalink
Changed per PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Feb 15, 2022
1 parent cfe59ac commit 2650e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('getExceptionListFilter', () => {
);
});

test('it should create a filter that searches for both agnostic and single lists with additional filters if only searching for agnostic lists', () => {
test('it should create a filter that searches for both agnostic and single lists with additional filters if searching for both single and agnostic lists', () => {
const filter = getExceptionListFilter({
filter: 'exception-list-agnostic.attributes.name: "Sample Endpoint Exception List"',
savedObjectTypes: ['exception-list-agnostic', 'exception-list'],
Expand Down

0 comments on commit 2650e4b

Please sign in to comment.