Browse Source

Fix handling of Exclude from Analysis tag

pull/7511/head
Thomas Kaul 1 month ago
parent
commit
ef3546619d
  1. 2
      libs/common/src/lib/helper.spec.ts

2
libs/common/src/lib/helper.spec.ts

@ -202,7 +202,7 @@ describe('Helper', () => {
});
});
describe('Is account excluded', () => {
describe('Is account excluded', () => {
it('Account with Exclude from Analysis tag', () => {
expect(
isAccountExcluded({ tags: [{ id: TAG_ID_EXCLUDE_FROM_ANALYSIS }] })

Loading…
Cancel
Save