Skip to content

Commit

Permalink
SonarQubing
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Dec 7, 2024
1 parent c4aff97 commit adabd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/hierarchy-operations/hierarchy-operations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ describe('hierarchy-operations', () => {
await HierarchyOperations(pouchDb).delete(['district_2']);

const writtenIds = writtenDocs.map(doc => doc._id);
expect(writtenIds).to.not.have.members(['other_report']);
expect(writtenIds).to.not.include(['other_report']);
});
});
});

0 comments on commit adabd15

Please sign in to comment.