Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jan 23, 2024
1 parent baf8809 commit 1f4a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/test/queryconstraint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Query Constraints', () => {
{ qc: equalTo(''), name: 'equalTo' }
];
queryConstraintTypes.forEach(({ qc, name }) => {
expect(qc.type).to.equal(name);
expect(qc.type).to.equal(name);
});
});
});

0 comments on commit 1f4a374

Please sign in to comment.