Skip to content

Commit

Permalink
[backend] fix (#6799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed May 13, 2024
1 parent cd4065a commit 260eb09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ describe('Stix filter testers', () => {
describe('by Representative (key=representative)', () => {
const reportContainingTest = stixReports[0];
const rfiEndingWithTest = stixRfis[0];
const indicator = stixIndicators[1];
const indicator = stixIndicators[0];
const observableEqualTest = stixObservables[0];

it('should test positive for a stix object with matching filter', () => {
Expand Down

0 comments on commit 260eb09

Please sign in to comment.